Skip to content

Commit

Permalink
Fix indention issue with prefixes in envFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaur Kallas committed Feb 12, 2024
1 parent 514ce9c commit 90e5817
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/kestra/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90e5817

Please sign in to comment.