Skip to content

Commit

Permalink
wait for cert-manager to be running
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-gouin committed Oct 21, 2024
1 parent 4aaf52b commit 073ad7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
kubectl patch daemonsets -n projectcontour envoy -p '{"spec":{"template":{"spec":{"nodeSelector":{"ingress-ready":"true"}}}}}'
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml
kubectl rollout status deployments -n cert-manager
- name: setup chaos mesh
if: ${{ inputs.install-chaos == 'true' }}
shell: bash
Expand Down

0 comments on commit 073ad7d

Please sign in to comment.