From 73a4156c4d7004814c9f67ce59ceb3f04ace4941 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Fri, 31 May 2024 16:58:01 -0400 Subject: [PATCH] install envoy-gateway gateways --- test/e2e-common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e-common.sh b/test/e2e-common.sh index 5cb31129b..2fb434920 100755 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -136,6 +136,7 @@ function teardown_networking() { function setup_envoy_gateway() { kubectl apply --server-side -f https://github.com/envoyproxy/gateway/releases/download/${ENVOY_GATEWAY_VERSION}/install.yaml + kubectl apply -f "${REPO_ROOT_DIR}/third_party/envoy-gateway" } function teardown_envoy_gateway() {