We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dcd49 commit 14e71ffCopy full SHA for 14e71ff
live/clean-up.sh
@@ -38,7 +38,9 @@ kubectl delete -f $SO1S_DEPLOY_REPO_PATH/project/project-$SO1S_ENV_NAME.yaml --w
38
39
helm uninstall argocd -n argocd --wait
40
41
-helm uninstall external-dns -n kube-system --wait
42
-helm uninstall alb -n kube-system --wait
+if [ $SO1S_ENV_NUMBER -eq 1 ]; then
+ helm uninstall external-dns -n kube-system --wait
43
+ helm uninstall alb -n kube-system --wait
44
+fi
45
46
terraform destroy -var="global_name=$SO1S_GLOBAL_NAME"
0 commit comments