From d631bdfd3cf33fe75c2bf360bd83f64c7731d7f5 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Mon, 18 Nov 2024 14:37:45 -0800 Subject: [PATCH] Enable shared directories in a11y hub --- deployments/a11y/config/common.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deployments/a11y/config/common.yaml b/deployments/a11y/config/common.yaml index d61312239..21a74c2d1 100644 --- a/deployments/a11y/config/common.yaml +++ b/deployments/a11y/config/common.yaml @@ -45,6 +45,19 @@ jupyterhub: # this role will be assigned to... groups: - course::1535449::group::admin + + custom: + group_profiles: + # DataHub Infrastructure staff + # https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607 + course::1524699::group::all-admins: + admin: true + admin: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/shared-readwrite + subPath: _shared + singleuser: extraFiles: # DH-216 @@ -64,6 +77,11 @@ jupyterhub: static: pvcName: home-nfs-v3 subPath: "{username}" + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/shared + subPath: _shared + readOnly: true memory: guarantee: 3G limit: 3G