Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3837 from yuvipanda/allusers-smithsonian
Browse files Browse the repository at this point in the history
Enable 'allusers' for smithsonian hubs
  • Loading branch information
consideRatio authored Mar 24, 2024
2 parents 4d7a115 + 6156e9d commit 466d193
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/clusters/smithsonian/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ basehub:
add_staff_user_ids_of_type: "github"
jupyterhubConfigurator:
enabled: false

singleuserAdmin:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/allusers
- name: home
mountPath: /home/rstudio/allusers
# mounts below are copied from basehub's values that we override by
# specifying extraVolumeMounts (lists get overridden when helm values
# are combined)
- name: home
mountPath: /home/jovyan/shared-readwrite
subPath: _shared
- name: home
mountPath: /home/rstudio/shared-readwrite
subPath: _shared
homepage:
templateVars:
org:
Expand Down
4 changes: 4 additions & 0 deletions docs/topic/infrastructure/storage-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jupyterhub:
mountPath: /home/jovyan/allusers
# Uncomment the line below to make the directory readonly for admins
# readOnly: true
- name: home
mountPath: /home/rstudio/allusers
# Uncomment the line below to make the directory readonly for admins
# readOnly: true
# mounts below are copied from basehub's values that we override by
# specifying extraVolumeMounts (lists get overridden when helm values
# are combined)
Expand Down

0 comments on commit 466d193

Please sign in to comment.