From 26649525f2226818e7c2e338cf4853db8fa4d1cf Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Mon, 15 Jul 2024 08:25:52 +0200 Subject: [PATCH] Add contour-tls to test matrix --- .github/workflows/kind-e2e.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 693c33142c91..f51d27ccf8f0 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -93,6 +93,7 @@ jobs: # Disabled due to flakiness: https://github.com/knative/serving/issues/14637 # - istio-ambient - contour + - contour-tls - gateway_istio - gateway_contour @@ -116,6 +117,11 @@ jobs: - ingress: contour namespace-resources: httpproxy + - ingress: contour-tls + ingress-class: contour + namespace-resources: httpproxy + enable-tls: 1 + - ingress: istio namespace-resources: virtualservices