diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 1ca89a56..7a93bcaa 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -99,7 +99,7 @@ global: # - ip: 10.20.30.40 # hostnames: # - git.myhostname - + networkPolicy: # -- Create NetworkPolicy objects for all components create: false @@ -632,7 +632,6 @@ controller: # -- Assign custom [affinity] rules to the deployment affinity: {} - # -- Assign custom [TopologySpreadConstraints] rules to the application controller ## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ @@ -2907,4 +2906,4 @@ notifications: tolerations: [] # -- [Node selector] - nodeSelector: {} + nodeSelector: {} \ No newline at end of file