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

Commit

Permalink
fix: Add missing support for extraEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
B&R committed Mar 18, 2023
1 parent 58ca666 commit 8c7f6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/chart/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ containers:
value: '{{ include "resourceName" . }}'
{{- if hasKey .Values "extraEnv" }}
{{- range $env := .Values.extraEnv }}
- {{ toJson $env.name }}
- {{ toJson $env }}
{{- end }}
{{- end }}
envFrom:
Expand Down

0 comments on commit 8c7f6c4

Please sign in to comment.