Skip to content

Commit 3e9ae07

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent d405095 commit 3e9ae07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/e2e/framework/manifests/nginx.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
---
165165
apiVersion: v1

0 commit comments

Comments
 (0)