Skip to content

Commit

Permalink
Tweak inline comments systematically
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 24, 2024
1 parent ddc8f11 commit 605e9f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config/clusters/2i2c-aws-us/cosmicds.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
nfs:
# No persistent storage for cosmicds
# nfs functionality explicitly disabled in case a common.values.yaml
# file is used to enable it for all hubs in the cluster
enabled: false
pv:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/hhmi/spyglass.values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# nfs functionality enabled for this ephemeral hub to mount
# a shared folder from another hub in the cluster
nfs:
enabled: true
dirsizeReporter:
# We don't need to report directory sizes here, as it's already being reported on by
# the 'source' hub
enabled: false
pv:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions docs/howto/features/ephemeral.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ ephemeral hub's users.
pointing to, with the following config:

```yaml
# nfs functionality enabled for this ephemeral hub to mount
# a shared folder from another hub in the cluster
nfs:
enabled: true
dirsizeReporter:
# We don't need to report directory sizes here, as it's already being reported on by
# the 'source' hub
enabled: false
pv:
enabled: true
Expand Down

0 comments on commit 605e9f6

Please sign in to comment.