diff --git a/charts/system/openebs/values.yaml b/charts/system/openebs/values.yaml index a8ac30a0d55..88bf0380c91 100644 --- a/charts/system/openebs/values.yaml +++ b/charts/system/openebs/values.yaml @@ -140,25 +140,3 @@ localpv-provisioner: # Specify in hours the duration after which a ping event needs to be sent. pingInterval: "24h" - -# lvm local pv configuration goes here -# ref - https://openebs.github.io/lvm-localpv -lvm-localpv: - enabled: false - crd: - enableInstall: false - volumeSnapshot: false - # Sample configuration if you want to configure lvm localpv with custom values. - # This is a small part of the full configuration. Full configuration available - # here - https://openebs.github.io/lvm-localpv -# imagePullSecrets: [] -# -# rbac: -# pspEnabled: false -# -# lvmPlugin: -# image: -# registry: quay.io/ -# repository: openebs/lvm-driver -# pullPolicy: IfNotPresent -# tag: 1.5.0