mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
[bitnami/argo-cd] Remove null port in application-controller NetworkPolicy (#25309)
Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: argo-cd
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
|
||||
version: 6.0.10
|
||||
version: 6.0.11
|
||||
|
||||
@@ -61,7 +61,6 @@ spec:
|
||||
{{- end }}
|
||||
ingress:
|
||||
- ports:
|
||||
- port: {{ .Values.controller.containerPorts.controller }}
|
||||
- port: {{ .Values.controller.containerPorts.metrics }}
|
||||
{{- if not .Values.controller.networkPolicy.allowExternal }}
|
||||
from:
|
||||
|
||||
Reference in New Issue
Block a user