From 2479cf3acf5073bd8613928205236f40b4bc5401 Mon Sep 17 00:00:00 2001 From: Sina Date: Sun, 10 Dec 2023 12:22:10 +0330 Subject: [PATCH] changed namespace --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0f7c74..95d4956 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: - name: Wait for basic operator to be ready run: | - kubectl wait --for=condition=available --timeout=300s deployment.apps/simpleauthenticator-controller-manager -n basicauthenticator-system + kubectl wait --for=condition=available --timeout=300s deployment.apps/simpleauthenticator-controller-manager -n simpleauthenticator-system kubectl wait --for=condition=ContainersReady --timeout=300s pods -n simpleauthenticator-system --selector=control-plane=controller-manager - name: Run e2e test run: make e2e-test \ No newline at end of file