🔨 chore: fixup whatever i did

Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
dyn
2025-12-17 11:11:20 +01:00
parent ede4766d86
commit 52c6eeb443
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,8 @@
SCRIPT_PATH="$(realpath "${BASH_SOURCE[0]}")"
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl delete -n argocd -f ../confs/argocd-app.yml
kubectl delete -n argocd -f "$SCRIPT_DIR/../confs/argocd-app.yml"
kubectl delete namespace argocd
kubectl delete namespace dev
k3d cluster delete inception-of-things
k3d cluster delete inception-of-things