Align with existing code style

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-09-27 13:50:41 +02:00 committed by GitHub
parent 03947fd6f4
commit bbd8cd1cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}