Skip to content

Commit

Permalink
Merge pull request #6257 from balajialg/mcb201b
Browse files Browse the repository at this point in the history
Enable shared directories for mcb201b
  • Loading branch information
shaneknapp authored Sep 25, 2024
2 parents 7a08fb3 + f76ce8f commit d48b291
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,25 @@ jupyterhub:
mountPath: /home/jovyan/bioe-c149-shared
subPath: _shared/course/bioe-c149-shared
readOnly: true

# MCB 201B, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6255
course::1537301::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mcb201b-shared-readwrite
subPath: _shared/course/mcb201b-shared-readwrite
course::1537301::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mcb201b-shared-readwrite
subPath: _shared/course/mcb201b-shared-readwrite
course::1537301::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mcb201b-shared
subPath: _shared/course/mcb201b-shared
readOnly: true

singleuser:
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
Expand Down

0 comments on commit d48b291

Please sign in to comment.