diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index c6266d5..d9d7531 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -168,7 +168,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this {{- end }} {{- with .Values.extraVolumeMounts }} -{{- toYaml . }} +{{ toYaml . }} {{- end }} {{- end -}} @@ -204,6 +204,6 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this {{- end }} {{- with .Values.extraVolumes }} -{{- toYaml . }} +{{ toYaml . }} {{- end }} {{- end -}}