diff --git a/deployments/biology/config/common.yaml b/deployments/biology/config/common.yaml index dc0160176..f69bec621 100644 --- a/deployments/biology/config/common.yaml +++ b/deployments/biology/config/common.yaml @@ -102,6 +102,24 @@ jupyterhub: subPath: _shared/course/mcb201b-shared readOnly: true + # IB 134L, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6453 + course::1536425::enrollment_type::teacher: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/IB134L-shared-readwrite + subPath: _shared/course/IB134L-shared-readwrite + course::1536425::enrollment_type::ta: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/IB134L-shared-readwrite + subPath: _shared/course/IB134L-shared-readwrite + course::1536425::enrollment_type::student: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/IB134L-shared + subPath: _shared/course/IB134L-shared + readOnly: true + singleuser: extraEnv: # Unset NotebookApp from hub/values. Necessary for recent lab versions.