Skip to content

Commit 2ff2e59

Browse files
authored
Merge pull request #3983 from yann-soubeyrand/patch-1
fix(helm): change topologySpreadConstraints default value
2 parents f1435b3 + b25ade5 commit 2ff2e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/aws-load-balancer-controller/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ configureDefaultAffinity: true
9191
# nodes, and other user-defined topology domains.
9292
#
9393
# more details here: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
94-
topologySpreadConstraints: {}
94+
topologySpreadConstraints: []
9595

9696
updateStrategy: {}
9797
# type: RollingUpdate

0 commit comments

Comments
 (0)