Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3752 from yuvipanda/l
Browse files Browse the repository at this point in the history
Cleanup unused bits in the 2i2c shared cluster
  • Loading branch information
yuvipanda authored Mar 1, 2024
2 parents a18937f + 660c1d0 commit 5d5d149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
21 changes: 0 additions & 21 deletions config/clusters/2i2c/enc-jackeddy.secret.values.yaml

This file was deleted.

19 changes: 1 addition & 18 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ dask_nodes = {
},
}

user_buckets = {
"jackeddy-scratch" : {
"delete_after" : 7
}
}
user_buckets = {}


hub_cloud_permissions = {
Expand All @@ -67,21 +63,8 @@ hub_cloud_permissions = {
bucket_admin_access : [],
hub_namespace : "ohw"
},
# Can't use full name here as it violates line length restriction of service account id
"catalyst-coop" : {
allow_access_to_external_requester_pays_buckets : true,
bucket_admin_access : [],
hub_namespace : "catalyst-cooperative"
},
"jackeddy" : {
allow_access_to_external_requester_pays_buckets : true,
bucket_admin_access : ["jackeddy-scratch"],
hub_namespace : "jackeddy"
},
}

container_repos = [
"pilot-hubs",
"binder-staging",
"agu-binder"
]

0 comments on commit 5d5d149

Please sign in to comment.