From 49b642ed4fca1235f335a1a94ac2b9cef65c7abd Mon Sep 17 00:00:00 2001 From: dyn Date: Thu, 18 Dec 2025 14:01:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore(bonus):=20argocd=20pfw=20i?= =?UTF-8?q?nstructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- bonus/scripts/argo-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. #