Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup unused bits in the 2i2c shared cluster #3752

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]