Skip to content

Commit d04c899

Browse files
authored
fix podCustomEnvironmentVariables indent (#431)
1 parent c0087b0 commit d04c899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiz-admission-controller/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@ Clean the list of deployments for the auto-update flag, removing quotes and brac
368368
value: {{ .Values.logLevel }}
369369
{{- end }}
370370
{{- with .Values.podCustomEnvironmentVariables }}
371-
{{- toYaml . | nindent 14 }}
371+
{{ toYaml . }}
372372
{{- end }}
373373
{{- with .Values.global.podCustomEnvironmentVariables }}
374-
{{- toYaml . | nindent 14 }}
374+
{{ toYaml . }}
375375
{{- end }}
376376
{{- if .Values.podCustomEnvironmentVariablesFile }}
377377
- name: CLI_ENV_FILE

0 commit comments

Comments
 (0)