Skip to content

Commit 5f7130d

Browse files
author
wlanboy
committed
fixing var names
1 parent 85baa99 commit 5f7130d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

webshell-chart/templates/gateway.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ spec:
2424
name: http
2525
protocol: HTTP
2626
hosts:
27-
- {{ .Values.istio.host }}
27+
{{- range .Values.istio.hosts }}
28+
- {{ . }}
29+
{{- end }}

0 commit comments

Comments
 (0)