Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 91a49df

Browse files
committed
🕒 Add a wait after the cluster prerequisite installations, to ensure prerequisite services and CRDs settle/stabilize before the Helm install
1 parent 2b30e53 commit 91a49df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/deploy.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.5/deploy/gatekeeper.yaml
4848
kubectl apply -f kubernetes/node-max-map-count.yaml
4949
kubectl apply -f kubernetes/constraint-templates.yaml
50+
sleep 30
5051
5152
- name: Deploy to GKE
5253
working-directory: ./helm

0 commit comments

Comments
 (0)