Skip to content

Commit

Permalink
Merge pull request #2403 from consideRatio/pr/remove-redundant-comment
Browse files Browse the repository at this point in the history
terraform, gcp: remove redundant opt-out of using config-connector
  • Loading branch information
consideRatio authored Mar 22, 2023
2 parents 49bd2f7 + f72f4c8 commit 7404f63
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions terraform/gcp/projects/2i2c-uk.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ enable_network_policy = true
enable_filestore = true
filestore_capacity_gb = 1024

# No plans to provide storage buckets to users on this hub, so no need to deploy config connector
config_connector_enabled = false

notebook_nodes = {
"user" : {
min : 0,
Expand Down
3 changes: 0 additions & 3 deletions terraform/gcp/projects/callysto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ enable_network_policy = true
enable_filestore = true
filestore_capacity_gb = 1024

# No plans to provide storage buckets to users on this hub, so no need to deploy config connector
config_connector_enabled = false

notebook_nodes = {
"user" : {
min : 0,
Expand Down
4 changes: 0 additions & 4 deletions terraform/gcp/projects/cloudbank.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ enable_network_policy = true

regional_cluster = false

# No plans to provide storage buckets to users on this hub, so no need to deploy
# config connector
config_connector_enabled = false

notebook_nodes = {
"user" : {
min : 0,
Expand Down
3 changes: 0 additions & 3 deletions terraform/gcp/projects/pangeo-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ enable_private_cluster = true
# Multi-tenant cluster, network policy is required to enforce separation between hubs
enable_network_policy = true

# Some hubs want a storage bucket, so we need to have config connector enabled
config_connector_enabled = false

# Setup a filestore for in-cluster NFS
enable_filestore = true
filestore_capacity_gb = 4096
Expand Down

0 comments on commit 7404f63

Please sign in to comment.