From a7aaaf4d7d6c84eba6d1af9e1f389d2b503f0956 Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 14:52:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(p3):=20final=20fix=20on=20th?= =?UTF-8?q?is=20bs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- p3/scripts/argo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3/scripts/argo-install.sh b/p3/scripts/argo-install.sh index 0f69b15..b4a3546 100755 --- a/p3/scripts/argo-install.sh +++ b/p3/scripts/argo-install.sh @@ -44,7 +44,7 @@ echo '> App is starting (this takes around ~30 seconds)...' kubectl wait --namespace dev \ --for=condition=ready pod \ - --selector=app.kubernetes.io/name=app-deployment \ + --selector=app=app-p3 \ --timeout=300s echo 'App imported in ArgoCD' sleep 10