🐛 fix(p3): final fix on this bs

Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
dyn
2025-12-17 14:52:05 +01:00
parent a34f255eef
commit a7aaaf4d7d

View File

@ -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