From 5a7e10cf08e960b57a6c884c7c01dcdbda6969c8 Mon Sep 17 00:00:00 2001 From: Omer Levi Hevroni Date: Thu, 11 Jun 2020 17:50:16 +0300 Subject: [PATCH] allow to set extra volume mode (#321) --- templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 5c88b18..31872fc 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -96,6 +96,7 @@ extra volumes the user may have specified (such as a secret with TLS). {{- else if (eq .type "secret") }} secretName: {{ .name }} {{- end }} + defaultMode: {{ .defaultMode | default 420 }} {{- end }} {{- end -}}