diff --git a/charts/kestra/templates/_helpers.tpl b/charts/kestra/templates/_helpers.tpl index d363668..8d5206f 100644 --- a/charts/kestra/templates/_helpers.tpl +++ b/charts/kestra/templates/_helpers.tpl @@ -233,18 +233,18 @@ spec: {{- range . }} - configMapRef: name: {{ .name }} - {{- if .prefix }} - prefix: {{ .prefix }} - {{- end }} + {{- if .prefix }} + prefix: {{ .prefix }} + {{- end }} {{- end }} {{- end }} {{- with .Values.extraSecretEnvFrom }} {{- range . }} - secretRef: name: {{ .name }} - {{- if .prefix }} - prefix: {{ .prefix }} - {{- end }} + {{- if .prefix }} + prefix: {{ .prefix }} + {{- end }} {{- end }} {{- end }} volumeMounts: