We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004ea9 commit 479d901Copy full SHA for 479d901
.github/workflows/e2e-test.yaml
@@ -72,9 +72,9 @@ jobs:
72
--set=image.repository=$IMAGE_REPOSITORY \
73
--set=image.tag=$RELEASE_VERSION \
74
--set=log.level=debug
75
- - name: Install Gateway API v1 CRDs
+ - name: Install Gateway API v1.2 CRDs
76
run: |
77
- 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 -
78
- name: Create Lattice GatewayClass
79
80
kubectl apply -f files/controller-installation/gatewayclass.yaml
0 commit comments