chart: change the CSI Driver Registrar image variable in question.yaml to have the same name as in values.yaml
This makes sure that the Rancher chart correctly passes the user-provided image registry value to values.yaml. So Longhorn will pull the CSI Driver Registrar image from private registry if the registry is provided. Longhorn#1590 Signed-off-by: Phan Le <phan.le@rancher.com>
This commit is contained in:
parent
c90ad4cf2b
commit
395795353e
@ -70,11 +70,11 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
label: Longhorn CSI Provisioner Image
|
label: Longhorn CSI Provisioner Image
|
||||||
group: "Longhorn CSI Driver Images"
|
group: "Longhorn CSI Driver Images"
|
||||||
- variable: csi.driverRegistrarImage
|
- variable: csi.nodeDriverRegistrarImage
|
||||||
default:
|
default:
|
||||||
description: "Specify CSI Driver Registrar image. Leave blank to autodetect."
|
description: "Specify CSI Node Driver Registrar image. Leave blank to autodetect."
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn CSI Driver Registrar Image
|
label: Longhorn CSI Node Driver Registrar Image
|
||||||
group: "Longhorn CSI Driver Images"
|
group: "Longhorn CSI Driver Images"
|
||||||
- variable: csi.resizerImage
|
- variable: csi.resizerImage
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user