Skip to content

Commit

Permalink
fix volume statefulset helm chart's tolerations (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealWardo committed Oct 26, 2022
1 parent c6f2899 commit e90ad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helm_charts2/templates/volume-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
restartPolicy: {{ default .Values.global.restartPolicy .Values.volume.restartPolicy }}
{{- if .Values.volume.tolerations }}
tolerations:
{{ tpl .Values.volume.tolerations . | nindent 8 | trim }}
{{ tpl .Values.volume.tolerations . | nindent 8 | trim }}
{{- end }}
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit e90ad66

Please sign in to comment.