Skip to content

Commit

Permalink
update varaibles
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 25, 2022
1 parent 03d06e6 commit acf7a6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
1 change: 0 additions & 1 deletion examples/full-cluster/cluster-roles/settings.auto.tfvars

This file was deleted.

3 changes: 2 additions & 1 deletion examples/full-cluster/cluster-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.1.0
VERSION 1.1.1
REMOTE-STATE
STOP only run this after the cluster roles represented here have been setup in K8S
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../settings.auto.tfvars .
POLICY
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
20 changes: 2 additions & 18 deletions examples/full-cluster/cluster-roles/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,11 @@ variable "dba_admin_rolebinding_name" {
variable "cicd_managed_namespaces" {
description = "Deployer managed namespaces that deploy can create resources in (excluding cluster name prefix)"
type = list
default = [
"apps",
"addressupdate",
"adminmatchrecord",
"cbs-apps",
"collectionevent",
"collectionintervention",
"collectionoperation",
"collectionresponse",
"common",
"mft",
"monitoring",
]

default = []
}

variable "dba_managed_namespaces" {
description = "DBA admin managed namespaces (excluding cluster name prefix)"
type = list
default = [
"db"
]

default = []
}

0 comments on commit acf7a6a

Please sign in to comment.