Skip to content

Commit b152f62

Browse files
authored
Merge pull request twuni#79 from pieveee/fix/twuni#73
fix extraVolumes and extraVolumeMounts (hypen typo) twuni#78 twuni#77
2 parents 294d61f + 5564735 commit b152f62

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)