mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
initialize values
Signed-off-by: Jesse Nelson <jesse@swirldslabs.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
parent
347d92a16f
commit
5da343aac1
1 changed files with 4 additions and 0 deletions
|
|
@ -59,11 +59,15 @@ zfsNode:
|
||||||
# For example:
|
# For example:
|
||||||
# allowedTopologyKeys: "kubernetes.io/hostname,openebs.io/rack"
|
# allowedTopologyKeys: "kubernetes.io/hostname,openebs.io/rack"
|
||||||
allowedTopologyKeys: "All"
|
allowedTopologyKeys: "All"
|
||||||
|
initContainers: []
|
||||||
|
additionalVolumes: []
|
||||||
|
|
||||||
# zfsController contains the configurables for
|
# zfsController contains the configurables for
|
||||||
# the zfs controller statefulset
|
# the zfs controller statefulset
|
||||||
zfsController:
|
zfsController:
|
||||||
componentName: openebs-zfs-controller
|
componentName: openebs-zfs-controller
|
||||||
|
initContainers: []
|
||||||
|
additionalVolumes: []
|
||||||
replicas: 1
|
replicas: 1
|
||||||
serviceName: openebs-zfs
|
serviceName: openebs-zfs
|
||||||
resizer:
|
resizer:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue