diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index 80fde6ff9..9e3227d84 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -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/data-100-readwrite + subPath: _shared/course/data-100 + course::1537664::enrollment_type::ta: + extraVolumeMounts: + - name: homes + mountPath: /home/jovyan/data-100-readwrite + subPath: _shared/course/data-100 + course::1537664::enrollment_type::student: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/data-100-shared + subPath: _shared/course/data-100 + readOnly: true admin: mem_guarantee: 2G extraVolumeMounts: