Skip to content

Commit 38cb958

Browse files
committed
Disable BookKeeper indexDirectories by default
1 parent c74b4db commit 38cb958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pulsar/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ bookkeeper:
821821
# Optional dedicated volume for BookKeeper indexes / RocksDB (`indexDirectories`).
822822
# Useful when ledgers are on HDD but you want indexes on NVMe.
823823
index:
824-
enabled: true
824+
enabled: false
825825
name: index
826826
size: 10Gi
827827
local_storage: true

0 commit comments

Comments
 (0)