From 55647356c5a27eebe6b5bb76ed89d70e37e3c1c0 Mon Sep 17 00:00:00 2001 From: Michael Blickenstorfer <42797589+pieveee@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:20:21 +0200 Subject: [PATCH] fix #73 --- templates/_helpers.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -}}