Skip to content

Commit

Permalink
Correct type for volume logs and idx values (seaweedfs#5462)
Browse files Browse the repository at this point in the history
Correct type for volume logs and idx values (#1)

Empty values now correctly set to {}
  • Loading branch information
mergwyn authored Apr 3, 2024
1 parent b19c984 commit b4def8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/charts/seaweedfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b4def8f

Please sign in to comment.