Skip to content

Commit

Permalink
ubc-eoas: setup access to terraform created scratch bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 22, 2024
1 parent 812030d commit 945892a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/ubc-eoas/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
userServiceAccount:
enabled: true
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::259060176665:role/ubc-eoas-prod

jupyterhub:
ingress:
hosts: [ubc-eoas.2i2c.cloud]
Expand All @@ -8,3 +13,6 @@ jupyterhub:
config:
CILogonOAuthenticator:
oauth_callback_url: https://ubc-eoas.2i2c.cloud/hub/oauth_callback
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://ubc-eoas-scratch/$(JUPYTERHUB_USER)
8 changes: 8 additions & 0 deletions config/clusters/ubc-eoas/staging.values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
userServiceAccount:
enabled: true
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::259060176665:role/ubc-eoas-staging

jupyterhub:
ingress:
hosts: [staging.ubc-eoas.2i2c.cloud]
Expand All @@ -8,3 +13,6 @@ jupyterhub:
config:
CILogonOAuthenticator:
oauth_callback_url: https://staging.ubc-eoas.2i2c.cloud/hub/oauth_callback
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://ubc-eoas-scratch-staging/$(JUPYTERHUB_USER)

0 comments on commit 945892a

Please sign in to comment.