Files
inception-of-things/p3/scripts/uninstall.sh
dyn 52c6eeb443 🔨 chore: fixup whatever i did
Signed-off-by: dyn <oss+dyn@xtrm.me>
2025-12-17 11:11:20 +01:00

9 lines
361 B
Bash
Executable File

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 "$SCRIPT_DIR/../confs/argocd-app.yml"
kubectl delete namespace argocd
kubectl delete namespace dev
k3d cluster delete inception-of-things