From eb3bc7f8967cde4b3b3f97632fc837330b8cb3e4 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 8 Nov 2023 16:08:55 +0530 Subject: [PATCH] openscapes: Remove extra volumemounts Follow-up to https://github.com/2i2c-org/infrastructure/pull/3246, as https://github.com/2i2c-org/infrastructure/pull/3347 was merged in the meantime. Fixes https://github.com/2i2c-org/infrastructure/issues/3242 --- config/clusters/openscapes/prod.values.yaml | 11 ----------- config/clusters/openscapes/staging.values.yaml | 12 ------------ 2 files changed, 23 deletions(-) diff --git a/config/clusters/openscapes/prod.values.yaml b/config/clusters/openscapes/prod.values.yaml index 812383efca..cb2dae1997 100644 --- a/config/clusters/openscapes/prod.values.yaml +++ b/config/clusters/openscapes/prod.values.yaml @@ -92,17 +92,6 @@ basehub: # Ensures container working dir is homedir # https://github.com/2i2c-org/infrastructure/issues/2559 working_dir: /home/rstudio - # Because this is a list, it will override our default volume mounts - volume_mounts: - # Mount the user home directory - - name: home - mountPath: /home/rstudio - subPath: "{username}" - # Mount the shared readonly directory - - name: home - mountPath: /home/rstudio/shared - subPath: _shared - readOnly: true profile_options: *profile_options - display_name: Matlab description: Matlab environment diff --git a/config/clusters/openscapes/staging.values.yaml b/config/clusters/openscapes/staging.values.yaml index af57522516..17fbf0ac7f 100644 --- a/config/clusters/openscapes/staging.values.yaml +++ b/config/clusters/openscapes/staging.values.yaml @@ -113,18 +113,6 @@ basehub: # Ensures container working dir is homedir # https://github.com/2i2c-org/infrastructure/issues/2559 working_dir: /home/rstudio - # Because this is a list, it will override our default volume mounts - volume_mounts: - # Mount the user home directory - - name: home - mountPath: /home/rstudio - subPath: "{username}" - # Mount the shared readonly directory - - name: home - mountPath: /home/rstudio/shared - subPath: _shared - readOnly: true - requests: *requests_profile_options - display_name: Matlab description: Matlab environment