From e90ad660ff0b3fbb130e5133c8055dcb5970d249 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Tue, 25 Oct 2022 23:30:37 -0700 Subject: [PATCH] fix volume statefulset helm chart's tolerations (#3911) --- k8s/helm_charts2/templates/volume-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm_charts2/templates/volume-statefulset.yaml b/k8s/helm_charts2/templates/volume-statefulset.yaml index 9770afed7..0201c9cc4 100644 --- a/k8s/helm_charts2/templates/volume-statefulset.yaml +++ b/k8s/helm_charts2/templates/volume-statefulset.yaml @@ -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: