Skip to content

Commit

Permalink
Enable shared directories for PS 191
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jan 16, 2025
1 parent 1d5931c commit 7280424
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,21 @@ jupyterhub:
course::1541486:
mem_limit: 6144M
mem_guarantee: 6144M

# PolSci 191, Spring 2025, https://github.com/berkeley-dsep-infra/datahub/issues/6643
course::1541486::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/1541486-shared-readwrite
subPath: _shared/course/1541486-shared
course::1541486::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/1541486-shared-readwrite
subPath: _shared/course/1541486-shared
course::1541486::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/1541486-shared
subPath: _shared/course/1541486-shared
readOnly: true

0 comments on commit 7280424

Please sign in to comment.