Skip to content

Commit d2f81bb

Browse files
committed
fix(helm): indent of extra volumes
1 parent fc0b91c commit d2f81bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/helm/templates/deployment.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ spec:
205205
secretName: {{ "{{ .Values.aws.credentials.secretName }}" }}
206206
{{ "{{- end }}" }}
207207
{{ "{{- if .Values.deployment.extraVolumes }}" }}
208-
{{ "{{ toYaml .Values.deployment.extraVolumes | indent 8 }}" }}
208+
{{ "{{- toYaml .Values.deployment.extraVolumes | nindent 8 }}" }}
209209
{{ "{{- end }}" }}
210210
{{ "{{- end }}" }}
211211
{{ " {{- with .Values.deployment.strategy }}" }}

0 commit comments

Comments
 (0)