Allow multiple mon and mgr per node for testing

This commit is contained in:
2024-10-05 00:31:52 +02:00
parent 763b4cf5ad
commit 39d3e6862d

View File

@@ -46,11 +46,12 @@ spec:
values:
toolbox:
enabled: true
cepthClusterSpec:
cephClusterSpec:
storage:
deviceFilter: "^nvme."
# For testing we only have one node
mon:
count: 1
# For testing we only have one node
allowMultiplePerNode: true
mgr:
count: 1
# For testing we only have one node
allowMultiplePerNode: true