mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
🔨 chore(bonus): a little bit of fixing
Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -x
|
||||
|
||||
k3d cluster create inception-of-things
|
||||
|
||||
# Setup a metrics-server to prevent dumb errors
|
||||
@ -43,6 +45,7 @@ kubectl apply -n argocd -f "$SCRIPT_DIR/../confs/argocd-app.yml"
|
||||
echo '>'
|
||||
echo '> App is starting (this takes around ~30 seconds)...'
|
||||
echo '>'
|
||||
sleep 2 # THIS SLEEP IS REQUIRED, IT BREAKS WITHOUT IT, TRUST -kiroussa
|
||||
kubectl wait --namespace dev \
|
||||
--for=condition=ready pod \
|
||||
--selector=app=app-p3 \
|
||||
|
||||
Reference in New Issue
Block a user