Fix topologySpreadConstraints key in sftp-deployment.yaml (#8600)

This commit is contained in:
Mohamed Sekour
2026-03-11 11:05:23 +01:00
committed by GitHub
parent 4a5243886a
commit 1df6821ec6

View File

@@ -49,7 +49,7 @@ spec:
{{- end }}
{{- if .Values.sftp.topologySpreadConstraints }}
topologySpreadConstraints:
{{ tpl .Values.sftp.topologySpreadConstraint . | nindent 8 | trim }}
{{ tpl .Values.sftp.topologySpreadConstraints . | nindent 8 | trim }}
{{- end }}
{{- if .Values.sftp.tolerations }}
tolerations: