Align with existing code style
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
03947fd6f4
commit
bbd8cd1cc0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ spec:
|
|||
- --debug={{ .Values.args.debug }}
|
||||
- --dry-run={{ .Values.args.dryRun }}
|
||||
{{- with .Values.extraArgs }}
|
||||
{{- . | toYaml | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
|
|
Loading…
Reference in a new issue