diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index e4e8e22a..b946c832 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -72,9 +72,9 @@ jobs: --set=image.repository=$IMAGE_REPOSITORY \ --set=image.tag=$RELEASE_VERSION \ --set=log.level=debug - - name: Install Gateway API v1 CRDs + - name: Install Gateway API v1.2 CRDs run: | - kubectl apply -f config/crds/bases/k8s-gateway-v1.0.0.yaml + kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v1.2.0" | kubectl apply -f - - name: Create Lattice GatewayClass run: | kubectl apply -f files/controller-installation/gatewayclass.yaml