30 lines
883 B
YAML
30 lines
883 B
YAML
questions:
|
|
- variable: imagePullPolicy
|
|
label: "ImagePullPolicy"
|
|
default: "IfNotPresent"
|
|
type: enum
|
|
options:
|
|
- "IfNotPresent"
|
|
- "Always"
|
|
- "Never"
|
|
description: "ImagePullPolicy for all CSI driver images"
|
|
group: "HPE CSI Driver settings"
|
|
- variable: disableNodeConformance
|
|
label: "Disable automatic installation of iSCSI/Multipath Packages"
|
|
type: boolean
|
|
default: false
|
|
description: "Disable automatic installation of iSCSI/Multipath Packages"
|
|
group: "HPE CSI Driver settings"
|
|
- variable: iscsi.chapUser
|
|
label: "iSCSI CHAP Username"
|
|
type: string
|
|
required: true
|
|
description: "Specify username for iSCSI CHAP authentication"
|
|
group: "HPE iSCSI settings"
|
|
- variable: iscsi.chapPassword
|
|
label: "iSCSI CHAP Password"
|
|
type: password
|
|
required: true
|
|
description: "Specify password for iSCSI CHAP authentication"
|
|
group: "HPE iSCSI settings"
|