Files
inception-of-things/p3-bonus/scripts/uninstall.sh
2025-12-17 16:35:25 +01:00

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