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 4cf74d6 commit f065fd1Copy full SHA for f065fd1
1 file changed
charts/wik-webservice/templates/listenerset.yaml
@@ -1,5 +1,5 @@
1
{{ $root := . }}
2
-{{- if .Values.webservice.httpRoute.tls -}}
+{{- if and .Values.webservice.httpRoute.enabled .Values.webservice.httpRoute.tls -}}
3
{{- if .Capabilities.APIVersions.Has "gateway.networking.k8s.io/v1/ListenerSet" }}
4
apiVersion: gateway.networking.k8s.io/v1
5
kind: ListenerSet
0 commit comments