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