🔨 chore(bonus): a little bit of fixing

Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
dyn
2025-12-17 23:32:58 +01:00
parent 704385a461
commit 636e8cccea

View File

@ -1,5 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
set -x
k3d cluster create inception-of-things k3d cluster create inception-of-things
# Setup a metrics-server to prevent dumb errors # 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 '>'
echo '> App is starting (this takes around ~30 seconds)...' echo '> App is starting (this takes around ~30 seconds)...'
echo '>' echo '>'
sleep 2 # THIS SLEEP IS REQUIRED, IT BREAKS WITHOUT IT, TRUST -kiroussa
kubectl wait --namespace dev \ kubectl wait --namespace dev \
--for=condition=ready pod \ --for=condition=ready pod \
--selector=app=app-p3 \ --selector=app=app-p3 \