Skip to content

Commit

Permalink
Add environment variables to staging/prod for persistent buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Mar 25, 2024
1 parent a470f86 commit 2801330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/clusters/openscapes/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ basehub:
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://openscapeshub-scratch/$(JUPYTERHUB_USER)
PERSISTENT_BUCKET: s3://openscapeshub-persistent/$(JUPYTERHUB_USER)
hub:
config:
GitHubOAuthenticator:
Expand Down
1 change: 1 addition & 0 deletions config/clusters/openscapes/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ basehub:
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://openscapeshub-scratch-staging/$(JUPYTERHUB_USER)
PERSISTENT_BUCKET: s3://openscapeshub-persistent-staging/$(JUPYTERHUB_USER)
hub:
config:
GitHubOAuthenticator:
Expand Down

0 comments on commit 2801330

Please sign in to comment.