Skip to content

Commit

Permalink
fix gateway env (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
daixijun authored Jan 21, 2025
1 parent 0259ead commit 05f251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/core/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ template:
- name: ISTIO_META_REQUESTED_NETWORK_VIEW
value: "{{.}}"
{{- end }}
{{- range $key, $val := .Values.env }}
{{- range $key, $val := .Values.gateway.env }}
- name: {{ $key }}
value: {{ $val | quote }}
{{- end }}
Expand Down

0 comments on commit 05f251e

Please sign in to comment.