mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
fix: skill issue
This commit is contained in:
@ -21,7 +21,7 @@ kubectl wait --namespace dev \
|
|||||||
1>/dev/null 2>/dev/null
|
1>/dev/null 2>/dev/null
|
||||||
echo 'App imported in ArgoCD'
|
echo 'App imported in ArgoCD'
|
||||||
TRAEFIK_IP=$(kubectl get service -n kube-system traefik -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
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 Traefik ip is : $TRAEFIK_IP
|
||||||
echo Login into ArgoCD with:
|
echo Login into ArgoCD with:
|
||||||
echo Username: admin
|
echo Username: admin
|
||||||
|
|||||||
Reference in New Issue
Block a user