From b4def8f0007f63dc6cb4a1be7109b4af2461bd68 Mon Sep 17 00:00:00 2001 From: mergwyn Date: Wed, 3 Apr 2024 16:17:41 +0100 Subject: [PATCH] Correct type for volume logs and idx values (#5462) Correct type for volume logs and idx values (#1) Empty values now correctly set to {} --- k8s/charts/seaweedfs/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index 9381f9046..c51b2eb3e 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/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"