From 608fd56364c43d200a78bc698f88a8d3915009fc Mon Sep 17 00:00:00 2001 From: adjoly Date: Thu, 18 Dec 2025 14:28:14 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(uninstall-?= =?UTF-8?q?bonus):=20fixed=20delete=20gitlab=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bonus/scripts/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus/scripts/uninstall.sh b/bonus/scripts/uninstall.sh index cd3ce5e..4f243cf 100755 --- a/bonus/scripts/uninstall.sh +++ b/bonus/scripts/uninstall.sh @@ -3,7 +3,7 @@ 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 -n argocd -f "$SCRIPT_DIR/../confs/gitlab-app.yml" kubectl delete namespace argocd kubectl delete namespace dev kubectl delete namespace gitlab