Skip to content

Commit

Permalink
Merge pull request #28 from koorikla/master
Browse files Browse the repository at this point in the history
Fix: indention issue for prefixes in envFrom block
  • Loading branch information
anna-geller authored Feb 13, 2024
2 parents 514ce9c + 90e5817 commit 1f9a973
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 1f9a973

Please sign in to comment.