From ee75ef6d400fef01d86569034c6d16169ff06381 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 8 Nov 2023 17:40:22 +0530 Subject: [PATCH] openscapes: Set readOnly to false on shared dir on rstudio as well Follow-up to https://github.com/2i2c-org/infrastructure/pull/3389 Fixes https://github.com/2i2c-org/infrastructure/pull/3388 --- config/clusters/openscapes/common.values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/clusters/openscapes/common.values.yaml b/config/clusters/openscapes/common.values.yaml index 3510ad9214..7709f3c9dc 100644 --- a/config/clusters/openscapes/common.values.yaml +++ b/config/clusters/openscapes/common.values.yaml @@ -42,13 +42,13 @@ basehub: mountPath: /home/jovyan/shared subPath: _shared readOnly: false - - name: home - mountPath: /home/rstudio - subPath: "{username}" - name: home mountPath: /home/rstudio/shared subPath: _shared - readOnly: true + readOnly: false + - name: home + mountPath: /home/rstudio + subPath: "{username}" scheduling: userScheduler: enabled: true