Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3389 from yuvipanda/fixup-openscapes
Browse files Browse the repository at this point in the history
openscapes: Fix extraVolumeMounts being overriden
  • Loading branch information
yuvipanda authored Nov 8, 2023
2 parents 2bcbaec + 9941da5 commit 6d5b0cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/clusters/openscapes/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,19 @@ basehub:
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
subPath: "{username}"
- name: home
mountPath: /home/rstudio/shared
subPath: _shared
readOnly: true
scheduling:
userScheduler:
enabled: true
Expand Down

0 comments on commit 6d5b0cf

Please sign in to comment.