File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
test/e2e/framework/manifests Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -143,23 +143,23 @@ spec:
143143 port : 443
144144 protocol : TCP
145145 targetPort : 443
146- {{ if eq .IngressVersion "v1" - }}
146+ {{ if eq .IngressVersion "v1" }}
147147 appProtocol : https
148- {{ end - }}
148+ {{ end }}
149149 - name : ws
150150 port : 8080
151151 protocol : TCP
152152 targetPort : 80
153- {{ if eq .IngressVersion "v1" - }}
153+ {{ if eq .IngressVersion "v1" }}
154154 appProtocol : kubernetes.io/ws
155- {{ end - }}
155+ {{ end }}
156156 - name : wss
157157 port : 8443
158158 protocol : TCP
159159 targetPort : 443
160- {{ if eq .IngressVersion "v1" - }}
160+ {{ if eq .IngressVersion "v1" }}
161161 appProtocol : kubernetes.io/wss
162- {{ end - }}
162+ {{ end }}
163163 type : ClusterIP
164164---
165165apiVersion : v1
You can’t perform that action at this time.
0 commit comments