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 f36428d commit 8002bcfCopy full SHA for 8002bcf
1 file changed
charts/wik-webservice/templates/httproute.yaml
@@ -20,15 +20,15 @@ spec:
20
{{- with .Values.webservice.httpRoute.gatewayRef }}
21
{{- if .name }}
22
parentRefs:
23
- - name: {{ .name }}
24
- {{- with .namespace }}
25
- namespace: {{ . }}
26
- {{- end }}
27
{{- if $root.Values.webservice.httpRoute.tls }}
28
- group: gateway.networking.k8s.io
29
kind: Listener
30
name: {{ template "fullname" $root }}
31
{{- end }}
+ - name: {{ .name }}
+ {{- with .namespace }}
+ namespace: {{ . }}
+ {{- end }}
32
33
34
{{- if .Values.webservice.hosts }}
0 commit comments