From 590e7eef3bcd69a3a32a65a7a1bf370d580a3a63 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 21 Dec 2023 16:13:43 +0100
Subject: [PATCH] Add k8s namespace

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28412e38..f9bcbe30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -488,5 +488,5 @@ load-website:prod:
   needs:
     - "deploy:prod"
   script:
-   - kubectl wait pods -l app.kubernetes.io/name=df-wiki --for condition=Ready --timeout=90s
+   - kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io/name=df-wiki --for condition=Ready --timeout=600s
    - echo "Le pod est ready"
\ No newline at end of file
-- 
GitLab