mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
🔨 chore(bonus): argocd pfw instructions
Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user