Skip to content

Commit 479d901

Browse files
authored
Fix for CRD install during e2e-test workflow (#682)
1 parent 3004ea9 commit 479d901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
--set=image.repository=$IMAGE_REPOSITORY \
7373
--set=image.tag=$RELEASE_VERSION \
7474
--set=log.level=debug
75-
- name: Install Gateway API v1 CRDs
75+
- name: Install Gateway API v1.2 CRDs
7676
run: |
77-
kubectl apply -f config/crds/bases/k8s-gateway-v1.0.0.yaml
77+
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v1.2.0" | kubectl apply -f -
7878
- name: Create Lattice GatewayClass
7979
run: |
8080
kubectl apply -f files/controller-installation/gatewayclass.yaml

0 commit comments

Comments
 (0)