From 63f1b0db38be5b90f329b2d216a49d6663666e78 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Mon, 4 Nov 2024 14:51:23 -0800 Subject: [PATCH] Add stanza to enable shared directory for ib134l course --- deployments/biology/config/common.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.