We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8399ba0 + a49bf3a commit ba00abeCopy full SHA for ba00abe
live/clean-up.sh
@@ -33,8 +33,9 @@ fi
33
34
cd $SO1S_ENV_PATH
35
36
-kubectl delete -f $SO1S_DEPLOY_REPO_PATH/root-$SO1S_ENV_NAME.yaml --wait
37
-kubectl delete -f $SO1S_DEPLOY_REPO_PATH/project/project-$SO1S_ENV_NAME.yaml --wait
+if [ $SO1S_ENV_NUMBER -eq 1 ]; then
+ kubectl delete -f $SO1S_DEPLOY_REPO_PATH/root-$SO1S_ENV_NAME.yaml --wait
38
+fi
39
40
helm uninstall argocd -n argocd --wait
41
live/dev/versions.tf
@@ -5,11 +5,4 @@ terraform {
5
version = "4.28.0"
6
}
7
8
-
9
- backend "s3" {
10
- bucket = "so1s-terraform-remote-state-storage"
11
- region = "ap-northeast-2"
12
- dynamodb_table = "remote_state_locking"
13
- encrypt = true
14
- }
15
0 commit comments