Skip to content

Commit

Permalink
default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Oct 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fdda70b commit 42b6a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ matchLabelKeys:
- app.kubernetes.io/instance
{{- end }}
{{- define "_snippet-topologySpreadConstraints" }}
{{- if .Values.includeDefaultTopologySpreadConstraints }}
{{- if (.Values.includeDefaultTopologySpreadConstraints | default false) }}
topologySpreadConstraints:
- maxSkew: 1
minDomains: 3

0 comments on commit 42b6a25

Please sign in to comment.