Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3580 from yuvipanda/openscapes-readonly
Browse files Browse the repository at this point in the history
openscapes: Make shared foldread readwrite only for admins
  • Loading branch information
yuvipanda authored Jan 9, 2024
2 parents 37fee1b + 20b189e commit 5ff8c1f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config/clusters/openscapes/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ basehub:
singleuser:
serviceAccountName: cloud-user-sa
defaultUrl: /lab
storage:
extraVolumeMounts:
# Copy paste from basehub/values.yaml because we want
# `shared` to be readwrite for *everyone*
- name: home
mountPath: /home/jovyan/shared
subPath: _shared
readOnly: false
- name: home
mountPath: /home/rstudio/shared
subPath: _shared
readOnly: false
- name: home
mountPath: /home/rstudio
subPath: "{username}"
scheduling:
userScheduler:
enabled: true
Expand Down

0 comments on commit 5ff8c1f

Please sign in to comment.