Merge "Add default dict for pod anti affinity snippet"

This commit is contained in:
Zuul
2025-04-29 19:54:39 +00:00
committed by Gerrit Code Review

View File

@@ -85,5 +85,7 @@ podAntiAffinity:
matchExpressions: matchExpressions:
{{ $matchExpressions | indent 8 }} {{ $matchExpressions | indent 8 }}
topologyKey: {{ $antiAffinityKey }} topologyKey: {{ $antiAffinityKey }}
{{- else }}
{}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}