We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4cd16 commit 6bbee92Copy full SHA for 6bbee92
1 file changed
charts/passport/templates/passport-route.yaml
@@ -15,12 +15,12 @@ spec:
15
- group: gateway.networking.k8s.io
16
kind: Gateway
17
name: drycc-gateway
18
- sectionName: drycc-gateway-listener-http
+ sectionName: http
19
{{- if .Values.global.certManagerEnabled }}
20
21
22
23
- sectionName: drycc-gateway-listener-https
+ sectionName: https
24
{{- end }}
25
rules:
26
- matches:
0 commit comments