Skip to content

Commit

Permalink
Fix for CRD install during e2e-test workflow (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfuller authored Dec 12, 2024
1 parent 3004ea9 commit 479d901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 479d901

Please sign in to comment.