2023-12-05 23:04:19 +00:00
|
|
|
# Include{groups}
|
|
|
|
questions:
|
|
|
|
# Include{global}
|
2024-03-13 21:09:05 +00:00
|
|
|
|
|
|
|
- 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
|
2024-03-14 00:09:05 +00:00
|
|
|
default: ""
|