Skip to content

Commit ffeeeda

Browse files
ChandanSagarKiran Mova
authored andcommitted
refactor (operator) Disable sparse pool creation by default.
- Disabled sparse pool creation by default. Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io>
1 parent 14e985e commit ffeeeda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/openebs-operator-1.3.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ spec:
495495
value: "10737418240"
496496
# Specify the number of sparse files to be created
497497
- name: SPARSE_FILE_COUNT
498-
value: "1"
498+
value: "0"
499499
livenessProbe:
500500
exec:
501501
command:

docs/openebs-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ spec:
495495
value: "10737418240"
496496
# Specify the number of sparse files to be created
497497
- name: SPARSE_FILE_COUNT
498-
value: "1"
498+
value: "0"
499499
livenessProbe:
500500
exec:
501501
command:

0 commit comments

Comments
 (0)