From 9d0dabde7ef7aa32bf1255aadf508c0fa16cf478 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 8 Nov 2024 17:22:18 -0800 Subject: [PATCH] fix path across configs in data100 and bio hub --- deployments/biology/config/common.yaml | 14 +++++++------- deployments/data100/config/common.yaml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deployments/biology/config/common.yaml b/deployments/biology/config/common.yaml index ef7467034..dfe1f1d50 100644 --- a/deployments/biology/config/common.yaml +++ b/deployments/biology/config/common.yaml @@ -71,12 +71,12 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/bioe-c149-readwrite - subPath: _shared/course/bioe-c149-readwrite + subPath: _shared/course/bioe-c149-shared course::1537116::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/bioe-c149-readwrite - subPath: _shared/course/bioe-c149-readwrite + subPath: _shared/course/bioe-c149-shared course::1537116::enrollment_type::student: extraVolumeMounts: - name: home @@ -89,12 +89,12 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/mcb201b-shared-readwrite - subPath: _shared/course/mcb201b-shared-readwrite + subPath: _shared/course/mcb201b-shared course::1537301::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/mcb201b-shared-readwrite - subPath: _shared/course/mcb201b-shared-readwrite + subPath: _shared/course/mcb201b-shared course::1537301::enrollment_type::student: extraVolumeMounts: - name: home @@ -107,17 +107,17 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared-readwrite - subPath: _shared/IB134L-shared + subPath: _shared/course/IB134L-shared course::1536425::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared-readwrite - subPath: _shared/IB134L-shared + subPath: _shared/course/IB134L-shared course::1536425::enrollment_type::student: extraVolumeMounts: - name: home mountPath: /home/jovyan/IB134L-shared - subPath: _shared/IB134L-shared + subPath: _shared/course/IB134L-shared readOnly: true singleuser: diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index a50d0c4c6..eb8055438 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -117,12 +117,12 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/data100-shared-readwrite - subPath: _shared/course/data100-shared-readwrite + subPath: _shared/course/data100-shared course::1537664::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/data100-shared-readwrite - subPath: _shared/course/data100-shared-readwrite + subPath: _shared/course/data100-shared course::1537664::enrollment_type::student: extraVolumeMounts: - name: home