From 7e290d875affaf5a782aab721a13d2c231d76766 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Fri, 18 Oct 2024 17:36:01 +0200 Subject: [PATCH] smoke test: install required cert-manager Signed-off-by: Guilherme Cassolato --- .github/workflows/{integration-test.yaml => smoke-test.yaml} | 4 ++++ 1 file changed, 4 insertions(+) rename .github/workflows/{integration-test.yaml => smoke-test.yaml} (92%) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/smoke-test.yaml similarity index 92% rename from .github/workflows/integration-test.yaml rename to .github/workflows/smoke-test.yaml index fd85a34d..8a6393a3 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -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