Skip to content

Commit

Permalink
Sleep for 10s before checking CRDs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Nov 12, 2023
1 parent 7241fa3 commit b85be9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Install CRDs
run: |
make api-chart-install
sleep 10
kubectl wait --for condition=established --timeout=60s crd/connections.wiring.githedgehog.com
kubectl get crd | grep hedgehog
Expand Down

0 comments on commit b85be9d

Please sign in to comment.