Skip to content

Commit

Permalink
fix(helm): change topologySpreadConstraints default value
Browse files Browse the repository at this point in the history
topologySpreadConstraints is a list not a map.
  • Loading branch information
yann-soubeyrand authored Dec 16, 2024
1 parent ba4152c commit b25ade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ configureDefaultAffinity: true
# nodes, and other user-defined topology domains.
#
# more details here: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
topologySpreadConstraints: {}
topologySpreadConstraints: []

updateStrategy: {}
# type: RollingUpdate
Expand Down

0 comments on commit b25ade5

Please sign in to comment.