File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ jobs:
201
201
make create-kind-cluster KIND_KUBE_CONFIG=${kube_config}
202
202
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
203
203
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
204
206
205
207
- name : Install Chart
206
208
run : >
@@ -209,7 +211,6 @@ jobs:
209
211
.
210
212
--wait
211
213
--create-namespace
212
- --wait-for-jobs
213
214
--set controller.image.repository=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 1)
214
215
--set controller.image.tag=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 2)
215
216
--set service.type=NodePort
You can’t perform that action at this time.
0 commit comments