fix(argo-cd): Fixed broken topologySpreadConstraints template in commitServer component (#3182)
This commit is contained in:
parent
0770ef8d7a
commit
c65e2468c3
2 changed files with 4 additions and 4 deletions
|
|
@ -223,7 +223,7 @@ spec:
|
|||
{{- if not $constraint.labelSelector }}
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.commitServer.name) | nindent 12 }}
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" $ "name" $.Values.commitServer.name) | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue