Skip to content

Commit

Permalink
Enable 'allusers' for smithsonian hubs
Browse files Browse the repository at this point in the history
Also amend the allusers config to have it setup in the
rstudio home as well
  • Loading branch information
yuvipanda committed Mar 23, 2024
1 parent 4d7a115 commit 6156e9d
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 6156e9d

Please sign in to comment.