remove zfs engine
This commit is contained in:
parent
2651c3efff
commit
d439c2084c
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://ks.hsn.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json
|
# yaml-language-server: $schema=https://ks.hsn.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -27,12 +27,11 @@ spec:
|
||||||
localpv:
|
localpv:
|
||||||
image:
|
image:
|
||||||
registry: quay.io/
|
registry: quay.io/
|
||||||
repository: openebs/provisioner-localpv
|
|
||||||
hostpathClass:
|
hostpathClass:
|
||||||
enabled: true
|
|
||||||
name: openebs-hostpath
|
name: openebs-hostpath
|
||||||
isDefaultClass: false
|
helperPod:
|
||||||
basePath: /var/openebs/local
|
image:
|
||||||
|
registry: quay.io/
|
||||||
openebs-crds:
|
openebs-crds:
|
||||||
csi:
|
csi:
|
||||||
volumeSnapshots:
|
volumeSnapshots:
|
||||||
|
@ -49,7 +48,7 @@ spec:
|
||||||
lvm:
|
lvm:
|
||||||
enabled: false
|
enabled: false
|
||||||
zfs:
|
zfs:
|
||||||
enabled: true
|
enabled: false
|
||||||
replicated:
|
replicated:
|
||||||
mayastor:
|
mayastor:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue