Skip to content

Commit

Permalink
Merge pull request #498 from Kuadrant/fix-smoke-tests
Browse files Browse the repository at this point in the history
smoke test: install required cert-manager
  • Loading branch information
guicassolato authored Oct 21, 2024
2 parents 79c4482 + 7e290d8 commit 8e530e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
curl -sL https://raw.githubusercontent.com/Kuadrant/authorino-operator/main/utils/install.sh | bash -s
kubectl -n authorino-operator wait --timeout=300s --for=condition=Available deployments --all
- name: Install cert-manager
run: |
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.1/cert-manager.yaml
kubectl -n cert-manager wait --timeout=300s --for=condition=Available deployments --all
- name: Create the namespace
run: |
kubectl create namespace authorino
Expand Down

0 comments on commit 8e530e5

Please sign in to comment.