From 9926dd66b271693a0ea4b8453ce658ef4585e92e Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 8 Nov 2024 12:55:15 -0800 Subject: [PATCH 1/2] fix shared-readwrite mounts --- deployments/biology/config/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/biology/config/common.yaml b/deployments/biology/config/common.yaml index f69bec621..718dec791 100644 --- a/deployments/biology/config/common.yaml +++ b/deployments/biology/config/common.yaml @@ -107,12 +107,12 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared-readwrite - subPath: _shared/course/IB134L-shared-readwrite + subPath: _shared/course/IB134L-shared course::1536425::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared-readwrite - subPath: _shared/course/IB134L-shared-readwrite + subPath: _shared/course/IB134L-shared course::1536425::enrollment_type::student: extraVolumeMounts: - name: home From 7f32229a297e8cab3285ac1dbab99117a5cf0620 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 8 Nov 2024 13:00:35 -0800 Subject: [PATCH 2/2] s/course//g --- deployments/biology/config/common.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/biology/config/common.yaml b/deployments/biology/config/common.yaml index 718dec791..ef7467034 100644 --- a/deployments/biology/config/common.yaml +++ b/deployments/biology/config/common.yaml @@ -107,17 +107,17 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared-readwrite - subPath: _shared/course/IB134L-shared + subPath: _shared/IB134L-shared course::1536425::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared-readwrite - subPath: _shared/course/IB134L-shared + subPath: _shared/IB134L-shared course::1536425::enrollment_type::student: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared - subPath: _shared/course/IB134L-shared + subPath: _shared/IB134L-shared readOnly: true singleuser: