🔨 chore(bonus): argocd pfw instructions

Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
dyn
2025-12-18 14:01:42 +01:00
parent 8b03e2512f
commit 49b642ed4f

View File

@ -35,14 +35,16 @@ while true; do
kubectl get pods -n argocd
if [ "$ready" -eq "$total" ] && [ "$total" -gt 0 ]; then
echo "All ArgoCD pods are ready!"
sleep 5
break
fi
sleep 30
done
echo "ArgoCD is ready!"
echo '> To setup port-forwarding, run:'
echo '> kubectl port-forward -n argocd svc/argocd-server 8080:443'
#TODO: The app will be imported via Gitlab, don't import it here
# so we don't have 2 of the same deployment.
#