From e055b0405b2888a7039dde62a03c404589153dd3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 21 Jun 2024 19:23:26 +0200 Subject: [PATCH] Update values.yaml Signed-off-by: Kjeld Schouten --- charts/system/openebs/values.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) 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