Matt Ward
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: |
|
|