From 395795353ebe71575a14e7e42b3c7977144d9f36 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Wed, 15 Jul 2020 17:58:04 -0700 Subject: [PATCH] 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 --- chart/questions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/questions.yml b/chart/questions.yml index adf449a..9bdffe3 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -70,11 +70,11 @@ questions: type: string label: Longhorn CSI Provisioner Image group: "Longhorn CSI Driver Images" - - variable: csi.driverRegistrarImage + - variable: csi.nodeDriverRegistrarImage default: - description: "Specify CSI Driver Registrar image. Leave blank to autodetect." + description: "Specify CSI Node Driver Registrar image. Leave blank to autodetect." type: string - label: Longhorn CSI Driver Registrar Image + label: Longhorn CSI Node Driver Registrar Image group: "Longhorn CSI Driver Images" - variable: csi.resizerImage default: