Skip to content

Commit

Permalink
fix envFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Aug 19, 2024
1 parent 7556849 commit ebdaa46
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ alloy:
alloy:
extraEnv:
{{- range . }}
- {{ .Name }}={{ .Value }}
- name: "{{ .Name }}"
value: "{{ .Value }}"
{{- end }}

0 comments on commit ebdaa46

Please sign in to comment.