From 7afa5b0d6e177e191dda3cea3907ef93cfb3ce27 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Thu, 16 Jan 2025 15:58:52 -0800 Subject: [PATCH] Change the nomencalture for shared drives --- deployments/r/config/common.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/r/config/common.yaml b/deployments/r/config/common.yaml index 1abc16e4b..2258d39db 100644 --- a/deployments/r/config/common.yaml +++ b/deployments/r/config/common.yaml @@ -107,15 +107,15 @@ jupyterhub: extraVolumeMounts: - name: home mountPath: /home/jovyan/polsci191-shared-readwrite - subPath: _shared/course/1541486-shared + subPath: _shared/2025-spring/courses/1541486 course::1541486::enrollment_type::ta: extraVolumeMounts: - name: home mountPath: /home/jovyan/polsci191-shared-readwrite - subPath: _shared/course/1541486-shared + subPath: _shared/2025-spring/courses/1541486 course::1541486::enrollment_type::student: extraVolumeMounts: - name: home - mountPath: /home/jovyan/polsci191-shared - subPath: _shared/course/1541486-shared + mountPath: /home/jovyan/polsci191-shared-readonly + subPath: _shared/2025-spring/courses/1541486 readOnly: true