diff --git a/charts/operators/openebs/Chart.yaml b/charts/operators/openebs/Chart.yaml index 3ee74350fbe3..3bec73f17829 100644 --- a/charts/operators/openebs/Chart.yaml +++ b/charts/operators/openebs/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/openebs - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 3.5.2 +version: 3.5.3 diff --git a/charts/operators/openebs/questions.yaml b/charts/operators/openebs/questions.yaml index 97cb04afcd6d..1ce865318ecf 100644 --- a/charts/operators/openebs/questions.yaml +++ b/charts/operators/openebs/questions.yaml @@ -1,3 +1,53 @@ # Include{groups} questions: # Include{global} + + - variable: openebs + group: "Storage and Persistence" + label: "OpenEBS Settings" + schema: + type: dict + additional_attrs: true + attrs: + - variable: localprovisioner + label: "Localprovisioner Settings" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enableDeviceClass + label: "enableDeviceClass" + schema: + type: boolean + default: false + hidden: true + - variable: hostpathClass + label: "hostpathClass" + schema: + additional_attrs: true + type: dict + attrs: + - variable: reclaimPolicy + label: "reclaimPolicy" + schema: + type: string + required: true + default: "Retain" + enum: + - value: Retain + description: Retain (Keep Data on App Deletion) + - value: Delete + description: Delete (Delete data on App Deletion) + - variable: isDefaultClass + label: "Default Class" + schema: + type: boolean + required: true + default: true + - variable: basePath + label: "basePath" + description: "Path to store your application data into" + schema: + type: string + required: true + default: "" \ No newline at end of file