Browse Source
Fix topologySpreadConstraints key in sftp-deployment.yaml (#8600)
pull/8604/head
Mohamed Sekour
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
k8s/charts/seaweedfs/templates/sftp/sftp-deployment.yaml
|
|
|
@ -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: |
|
|
|
|