diff --git a/bonus/scripts/argo-install.sh b/bonus/scripts/argo-install.sh index d8393aa..736ab1a 100755 --- a/bonus/scripts/argo-install.sh +++ b/bonus/scripts/argo-install.sh @@ -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. #