diff --git a/charts/kured/templates/daemonset.yaml b/charts/kured/templates/daemonset.yaml index 480a7d5..20dc006 100644 --- a/charts/kured/templates/daemonset.yaml +++ b/charts/kured/templates/daemonset.yaml @@ -105,7 +105,7 @@ spec: fieldRef: fieldPath: spec.nodeName {{- if .Values.extraEnvVars }} - {{ toYaml .Values.extraEnvVars | indent 12 }} + {{ toYaml .Values.extraEnvVars | nindent 12 }} {{- end }} {{- with .Values.tolerations }} tolerations: