Skip to content

Commit

Permalink
Install Gateway API resources in helm CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Jul 24, 2023
1 parent 5af2874 commit ca194bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ jobs:
make create-kind-cluster KIND_KUBE_CONFIG=${kube_config}
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
kind load docker-image ${{ steps.meta.outputs.tags }}
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.7.1/standard-install.yaml
kubectl wait --for=condition=complete job/gateway-api-admission-patch job/gateway-api-admission -n gateway-system
- name: Install Chart
run: >
Expand All @@ -209,7 +211,6 @@ jobs:
.
--wait
--create-namespace
--wait-for-jobs
--set controller.image.repository=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 1)
--set controller.image.tag=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 2)
--set service.type=NodePort
Expand Down

0 comments on commit ca194bf

Please sign in to comment.