-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.yaml
46 lines (38 loc) · 828 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
openebs:
release:
version: "4.1.0"
# Legacy components will be installed if it is enabled.
# Legacy components are - admission-server, maya api-server, snapshot-operator
# and k8s-provisioner
legacy:
enabled: false
image:
pullPolicy: IfNotPresent
repository: ""
mayastor:
enabled: false
localpv-provisioner:
enabled: true
openebsNDM:
enabled: true
hostpathClass:
enabled: true
name: openebs-hostpath
basePath: "/mnt/mx500/k8s/openebs/local"
reclaimPolicy: Retain
isDefaultClass: false
zfs-localpv:
enabled: false
lvm-localpv:
enabled: false
nfs-provisioner:
enabled: false
engines:
local:
lvm:
enabled: false
zfs:
enabled: false
replicated:
mayastor:
enabled: false