From a48194b6537486b3ea0bed391eacd0da7981fac6 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Wed, 31 Jul 2024 11:19:05 -0700 Subject: [PATCH] Add shared directory for MBA247 --- deployments/datahub/config/common.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deployments/datahub/config/common.yaml b/deployments/datahub/config/common.yaml index 54776aa56..b9bb996f2 100644 --- a/deployments/datahub/config/common.yaml +++ b/deployments/datahub/config/common.yaml @@ -175,6 +175,24 @@ jupyterhub: subPath: _shared/course/demog-dataevent readOnly: true + # MBA 247, Fall 2024 + course::1536576::enrollment_type::teacher: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/mba-247-readwrite + subPath: _shared/course/mba-247 + course::1536576::enrollment_type::ta: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/mba-247-readwrite + subPath: _shared/course/mba-247 + course::1536576::enrollment_type::student: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/mba-247 + subPath: _shared/course/mba-247 + readOnly: true + course::1534506: # Demog Data Event, April 1 - Sep 30, https://github.com/berkeley-dsep-infra/datahub/issues/5643 mem_limit: 8192M mem_guarantee: 8192M