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
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
@ -27,12 +27,11 @@ spec:
|
|||
localpv:
|
||||
image:
|
||||
registry: quay.io/
|
||||
repository: openebs/provisioner-localpv
|
||||
hostpathClass:
|
||||
enabled: true
|
||||
name: openebs-hostpath
|
||||
isDefaultClass: false
|
||||
basePath: /var/openebs/local
|
||||
helperPod:
|
||||
image:
|
||||
registry: quay.io/
|
||||
openebs-crds:
|
||||
csi:
|
||||
volumeSnapshots:
|
||||
|
@ -49,7 +48,7 @@ spec:
|
|||
lvm:
|
||||
enabled: false
|
||||
zfs:
|
||||
enabled: true
|
||||
enabled: false
|
||||
replicated:
|
||||
mayastor:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue