From a66de5f695462803bf10d457d2492ae6855c4d4d Mon Sep 17 00:00:00 2001 From: Adam Blasko Date: Mon, 13 Nov 2023 13:20:27 +0100 Subject: [PATCH] Debugging the deployment status --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e68c46..a4583a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,8 @@ jobs: - name: Install helm chart run: | helm install smartface . - kubectl rollout status deployment sf-api --timeout=300s + kubectl rollout status deployment sf-api --timeout=600s || true + kubectl describe deployment sf-api - name: Test helm chart run: | helm test smartface