Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 8c7f6c4

Browse files
author
B&R
committed
fix: Add missing support for extraEnv
1 parent 58ca666 commit 8c7f6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/chart/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ containers:
2828
value: '{{ include "resourceName" . }}'
2929
{{- if hasKey .Values "extraEnv" }}
3030
{{- range $env := .Values.extraEnv }}
31-
- {{ toJson $env.name }}
31+
- {{ toJson $env }}
3232
{{- end }}
3333
{{- end }}
3434
envFrom:

0 commit comments

Comments
 (0)