From b1d1828c0f8b0f77ae489e2e420f0c330e467c6c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 27 Mar 2024 23:24:56 +0100 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten --- charts/system/openebs/questions.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/charts/system/openebs/questions.yaml b/charts/system/openebs/questions.yaml index eab032dcd9f..5cd56c559c8 100644 --- a/charts/system/openebs/questions.yaml +++ b/charts/system/openebs/questions.yaml @@ -117,4 +117,27 @@ questions: type: string default: "yes" hidden: true - + - variable: thinprovision + label: "thinprovision" + schema: + type: string + default: "yes" + hidden: true + - variable: compression + label: "compression" + schema: + type: string + default: "zstd-6" + hidden: true + - variable: recordsize + label: "recordsize" + schema: + type: string + default: "64k" + hidden: true + - variable: dedup + label: "dedup" + schema: + type: string + default: "off" + hidden: true