Skip to content

Commit

Permalink
Merge pull request #6317 from balajialg/data100_shared
Browse files Browse the repository at this point in the history
Enable shared directories for data100 based on bcourses id
  • Loading branch information
felder authored Oct 1, 2024
2 parents e1ada1d + 15b47ff commit c6cf54e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,24 @@ jupyterhub:
course::1524699::group::all-admins:
admin: true
mem_limit: 4G

# Data C100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6316
course::1537664::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/data100-shared-readwrite
subPath: _shared/course/data100-shared-readwrite
course::1537664::enrollment_type::ta:
extraVolumeMounts:
- name: homes
mountPath: /home/jovyan/data100-shared-readwrite
subPath: _shared/course/data100-shared-readwrite
course::1537664::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/data100-shared
subPath: _shared/course/data100-shared
readOnly: true
admin:
mem_guarantee: 2G
extraVolumeMounts:
Expand Down

0 comments on commit c6cf54e

Please sign in to comment.