Browse Source

fix volume statefulset helm chart's tolerations (#3911)

pull/3918/head
Matt Ward 2 years ago
committed by GitHub
parent
commit
e90ad660ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      k8s/helm_charts2/templates/volume-statefulset.yaml

2
k8s/helm_charts2/templates/volume-statefulset.yaml

@ -34,7 +34,7 @@ spec:
restartPolicy: {{ default .Values.global.restartPolicy .Values.volume.restartPolicy }} restartPolicy: {{ default .Values.global.restartPolicy .Values.volume.restartPolicy }}
{{- if .Values.volume.tolerations }} {{- if .Values.volume.tolerations }}
tolerations: tolerations:
{{ tpl .Values.volume.tolerations . | nindent 8 | trim }}
{{ tpl .Values.volume.tolerations . | nindent 8 | trim }}
{{- end }} {{- end }}
{{- if .Values.global.imagePullSecrets }} {{- if .Values.global.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:

Loading…
Cancel
Save