Skip to content

Commit

Permalink
catalystproject-latam, unam: setup scratch bucket for james to use
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 30, 2024
1 parent a01fca5 commit 9183c67
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/clusters/catalystproject-latam/unam.values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
userServiceAccount:
annotations:
iam.gke.io/gcp-service-account: [email protected]

jupyterhub:
ingress:
hosts: [unam.latam.catalystproject.2i2c.cloud]
Expand Down
15 changes: 14 additions & 1 deletion terraform/gcp/projects/catalystproject-latam.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@ notebook_nodes = {
},
}

user_buckets = {}
user_buckets = {
// unam's scratch bucket was setup for James Munroe specifically to copy misc
// data over for the community (https://2i2c.freshdesk.com/a/tickets/1588)
"scratch-unam" : {
"delete_after" : 7,
},
}

hub_cloud_permissions = {
"unam" : {
bucket_admin_access : ["scratch-unam"],
hub_namespace : "unam",
},
}

0 comments on commit 9183c67

Please sign in to comment.