We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1bfdd commit 85baa99Copy full SHA for 85baa99
webshell-chart/templates/gateway.yaml
@@ -12,7 +12,7 @@ spec:
12
name: https
13
protocol: HTTPS
14
hosts:
15
- {{- range .Values.hosts }}
+ {{- range .Values.istio.hosts }}
16
- {{ . }}
17
{{- end }}
18
tls:
webshell-chart/templates/virtualservice.yaml
@@ -4,7 +4,9 @@ metadata:
4
name: {{ .Values.deploymentName }}-vs
5
spec:
6
7
- - {{ .Values.istio.host }}
8
+ - {{ . }}
9
+ {{- end }}
10
exportTo:
11
- "."
- istio-ingress
0 commit comments