Skip to content

Commit f065fd1

Browse files
committed
fix(wik-webservice): does not check httproute.tls condition when httproute.enabled is false
1 parent 4cf74d6 commit f065fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/wik-webservice/templates/listenerset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ $root := . }}
2-
{{- if .Values.webservice.httpRoute.tls -}}
2+
{{- if and .Values.webservice.httpRoute.enabled .Values.webservice.httpRoute.tls -}}
33
{{- if .Capabilities.APIVersions.Has "gateway.networking.k8s.io/v1/ListenerSet" }}
44
apiVersion: gateway.networking.k8s.io/v1
55
kind: ListenerSet

0 commit comments

Comments
 (0)