From 87674e406f1e1819a1dce6b34ac587d0eb968273 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 11 Dec 2023 13:10:55 +0800 Subject: [PATCH] remove useless crd.enableInstall variable Signed-off-by: Jeffrey Zhang --- deploy/helm/charts/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index f6c4da6b..ca069aa1 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -165,7 +165,6 @@ lvmPlugin: role: openebs-lvm crd: - enableInstall: true # Specify installation of the kubernetes-csi volume snapshot CRDs if your Kubernetes distribution # or another storage operator already manages them. volumeSnapshot: true