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