Use nindent, not indent

This commit is contained in:
audunsolemdal
2020-07-29 09:37:31 +02:00
parent c1abad8a92
commit 4dd15e3874
+1 -1
View File
@@ -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: