mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
10
bonus/scripts/uninstall.sh
Executable file
10
bonus/scripts/uninstall.sh
Executable file
@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user