Skip to content

Commit ba00abe

Browse files
authored
Merge pull request #8 from So1S/SO1S-415-infra-database-inference-노드-그룹-환경-설정
SO1S-415 database inference 노드 그룹 환경 설정
2 parents 8399ba0 + a49bf3a commit ba00abe

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

live/clean-up.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ fi
3333

3434
cd $SO1S_ENV_PATH
3535

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
36+
if [ $SO1S_ENV_NUMBER -eq 1 ]; then
37+
kubectl delete -f $SO1S_DEPLOY_REPO_PATH/root-$SO1S_ENV_NAME.yaml --wait
38+
fi
3839

3940
helm uninstall argocd -n argocd --wait
4041

live/dev/versions.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ terraform {
55
version = "4.28.0"
66
}
77
}
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-
}
158
}

0 commit comments

Comments
 (0)