Skip to content

Commit 5564735

Browse files
committed
fix twuni#73
1 parent 294d61f commit 5564735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
168168
{{- end }}
169169

170170
{{- with .Values.extraVolumeMounts }}
171-
{{- toYaml . }}
171+
{{ toYaml . }}
172172
{{- end }}
173173

174174
{{- end -}}
@@ -204,6 +204,6 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
204204
{{- end }}
205205

206206
{{- with .Values.extraVolumes }}
207-
{{- toYaml . }}
207+
{{ toYaml . }}
208208
{{- end }}
209209
{{- end -}}

0 commit comments

Comments
 (0)