Skip to content

Commit ca194bf

Browse files
committed
Install Gateway API resources in helm CI
1 parent 5af2874 commit ca194bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201
make create-kind-cluster KIND_KUBE_CONFIG=${kube_config}
202202
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
203203
kind load docker-image ${{ steps.meta.outputs.tags }}
204+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.7.1/standard-install.yaml
205+
kubectl wait --for=condition=complete job/gateway-api-admission-patch job/gateway-api-admission -n gateway-system
204206
205207
- name: Install Chart
206208
run: >
@@ -209,7 +211,6 @@ jobs:
209211
.
210212
--wait
211213
--create-namespace
212-
--wait-for-jobs
213214
--set controller.image.repository=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 1)
214215
--set controller.image.tag=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 2)
215216
--set service.type=NodePort

0 commit comments

Comments
 (0)