Skip to content

Commit

Permalink
2i2c-aws-us, staging and dask-staging: declare scratch bucket env
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 22, 2024
1 parent 4a79e2a commit 3315e80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/clusters/2i2c-aws-us/dask-staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ basehub:
image:
name: pangeo/pangeo-notebook
tag: "latest"
extraEnv:
SCRATCH_BUCKET: s3://2i2c-aws-us-scratch-dask-staging/$(JUPYTERHUB_USER)
hub:
config:
JupyterHub:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/2i2c-aws-us/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jupyterhub:
authenticator_class: "github"
GitHubOAuthenticator:
oauth_callback_url: "https://staging.aws.2i2c.cloud/hub/oauth_callback"
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://2i2c-aws-us-scratch-staging/$(JUPYTERHUB_USER)

0 comments on commit 3315e80

Please sign in to comment.