From 9926dd66b271693a0ea4b8453ce658ef4585e92e Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 8 Nov 2024 12:55:15 -0800 Subject: [PATCH] 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