Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3388 from yuvipanda/remove-extra
Browse files Browse the repository at this point in the history
openscapes: Remove extra volumemounts
  • Loading branch information
yuvipanda authored Nov 8, 2023
2 parents fc2f2ec + eb3bc7f commit 2bcbaec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
11 changes: 0 additions & 11 deletions config/clusters/openscapes/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions config/clusters/openscapes/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bcbaec

Please sign in to comment.