Fix topologySpreadConstraints key in sftp-deployment.yaml (#8600)
This commit is contained in:
@@ -49,7 +49,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.sftp.topologySpreadConstraints }}
|
{{- if .Values.sftp.topologySpreadConstraints }}
|
||||||
topologySpreadConstraints:
|
topologySpreadConstraints:
|
||||||
{{ tpl .Values.sftp.topologySpreadConstraint . | nindent 8 | trim }}
|
{{ tpl .Values.sftp.topologySpreadConstraints . | nindent 8 | trim }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.sftp.tolerations }}
|
{{- if .Values.sftp.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
Reference in New Issue
Block a user