mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
fix gateway env (#1689)
This commit is contained in:
@@ -128,7 +128,7 @@ template:
|
|||||||
- name: ISTIO_META_REQUESTED_NETWORK_VIEW
|
- name: ISTIO_META_REQUESTED_NETWORK_VIEW
|
||||||
value: "{{.}}"
|
value: "{{.}}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range $key, $val := .Values.env }}
|
{{- range $key, $val := .Values.gateway.env }}
|
||||||
- name: {{ $key }}
|
- name: {{ $key }}
|
||||||
value: {{ $val | quote }}
|
value: {{ $val | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user