We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8afa39 commit d18a932Copy full SHA for d18a932
1 file changed
.github/workflows/kind-e2e.yaml
@@ -94,6 +94,7 @@ jobs:
94
# Disabled due to flakiness: https://github.com/knative/serving/issues/14637
95
# - istio-ambient
96
- contour
97
+ - contour-tls
98
- gateway_istio
99
- gateway_contour
100
@@ -135,6 +136,10 @@ jobs:
135
136
ingress-class: kourier
137
enable-tls: 1
138
139
+ - ingress: contour-tls
140
+ ingress-class: contour
141
+ enable-tls: 1
142
+
143
- test-suite: runtime
144
test-path: ./test/conformance/runtime/...
145
0 commit comments