From c736c9f1550eb35188e34e9a4656072195a1c6f0 Mon Sep 17 00:00:00 2001 From: Namonay Date: Tue, 16 Dec 2025 17:40:20 +0100 Subject: [PATCH] fix: skill issue --- p3/scripts/argo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3/scripts/argo-install.sh b/p3/scripts/argo-install.sh index c38defd..8013da4 100755 --- a/p3/scripts/argo-install.sh +++ b/p3/scripts/argo-install.sh @@ -21,7 +21,7 @@ kubectl wait --namespace dev \ 1>/dev/null 2>/dev/null echo 'App imported in ArgoCD' TRAEFIK_IP=$(kubectl get service -n kube-system traefik -o jsonpath='{.status.loadBalancer.ingress[0].ip}') -echo App is reachable at argo-app.com:8888 +echo App is reachable at argo-app.com echo Traefik ip is : $TRAEFIK_IP echo Login into ArgoCD with: echo Username: admin