From 9e42c8ec150bcc6362a8458085dedda95bfd7684 Mon Sep 17 00:00:00 2001 From: audunsolemdal Date: Tue, 28 Jul 2020 14:59:23 +0200 Subject: [PATCH] Add missing 'end' --- charts/kured/templates/daemonset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/kured/templates/daemonset.yaml b/charts/kured/templates/daemonset.yaml index 115b14c..480a7d5 100644 --- a/charts/kured/templates/daemonset.yaml +++ b/charts/kured/templates/daemonset.yaml @@ -106,6 +106,7 @@ spec: fieldPath: spec.nodeName {{- if .Values.extraEnvVars }} {{ toYaml .Values.extraEnvVars | indent 12 }} + {{- end }} {{- with .Values.tolerations }} tolerations: {{ toYaml . | indent 8 }}