Skip to content

Commit

Permalink
Correctly indent the volumeReporter setting under nfs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jul 17, 2024
1 parent 17abbc8 commit d57dab1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/clusters/jupyter-health/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nfs:
enabled: true
volumeReporter:
enabled: false
pv:
enabled: true
volumeReporter:
enabled: false
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
- rsize=1048576
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/kitware/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nfs:
enabled: true
volumeReporter:
enabled: false
pv:
enabled: true
volumeReporter:
enabled: false
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
- rsize=1048576
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/opensci/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nfs:
enabled: true
volumeReporter:
enabled: false
pv:
enabled: true
volumeReporter:
enabled: false
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
- rsize=1048576
Expand Down

0 comments on commit d57dab1

Please sign in to comment.