Skip to content

Commit b25ade5

Browse files
fix(helm): change topologySpreadConstraints default value
topologySpreadConstraints is a list not a map.
1 parent ba4152c commit b25ade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)