mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/openebs] Disable sparse pool creation by default (#18319)
- Disabled sparse pool creation by default. Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c8cc3f67bb
commit
5f7477ddeb
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
name: openebs
|
||||
appVersion: 1.3.0
|
||||
description: Containerized Storage for Containers
|
||||
|
||||
@@ -68,7 +68,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
|
||||
| `ndm.imageTag` | Image Tag for Node Disk Manager | `v0.4.3` |
|
||||
| `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` |
|
||||
| `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` |
|
||||
| `ndm.sparse.count` | Number of sparse files to be created | `1` |
|
||||
| `ndm.sparse.count` | Number of sparse files to be created | `0` |
|
||||
| `ndm.filters.excludeVendors` | Exclude devices with specified vendor | `CLOUDBYT,OpenEBS` |
|
||||
| `ndm.filters.excludePaths` | Exclude devices with specified path patterns | `loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md` |
|
||||
| `ndm.filters.includePaths` | Include devices with specified path patterns | `""` |
|
||||
|
||||
@@ -88,7 +88,7 @@ ndm:
|
||||
sparse:
|
||||
path: "/var/openebs/sparse"
|
||||
size: "10737418240"
|
||||
count: "1"
|
||||
count: "0"
|
||||
filters:
|
||||
excludeVendors: "CLOUDBYT,OpenEBS"
|
||||
includePaths: ""
|
||||
|
||||
Reference in New Issue
Block a user