Browse Source

Correct type for volume logs and idx values (#5462)

Correct type for volume logs and idx values (#1)

Empty values now correctly set to {}
pull/5466/head
mergwyn 9 months ago
committed by GitHub
parent
commit
b4def8f000
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      k8s/charts/seaweedfs/values.yaml

4
k8s/charts/seaweedfs/values.yaml

@ -293,9 +293,9 @@ volume:
# same applies to "logs"
idx: ""
idx: {}
logs: ""
logs: {}
# limit background compaction or copying speed in mega bytes per second
compactionMBps: "50"

Loading…
Cancel
Save