From 026ebe2409a35c965945f19dfeaf2b16a4dd35d9 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Wed, 6 Dec 2023 13:01:55 +0200 Subject: [PATCH] Make the shared directory readonly for the event on dec 10 --- config/clusters/openscapes/common.values.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/clusters/openscapes/common.values.yaml b/config/clusters/openscapes/common.values.yaml index a79e0f4123..b737ab5822 100644 --- a/config/clusters/openscapes/common.values.yaml +++ b/config/clusters/openscapes/common.values.yaml @@ -42,11 +42,15 @@ basehub: - name: home mountPath: /home/jovyan/shared subPath: _shared - readOnly: false + # To be changed back to r-w after Dec 10th + # https://2i2c.freshdesk.com/a/tickets/1121 + readOnly: true - name: home mountPath: /home/rstudio/shared subPath: _shared - readOnly: false + # To be changed back to r-w after Dec 10th + # https://2i2c.freshdesk.com/a/tickets/1121 + readOnly: true - name: home mountPath: /home/rstudio subPath: "{username}"