Registry parameter fix
Signed-off-by: Michael Mattsson <michael.mattsson@hpe.com>pull/70/head
parent
5c083110c8
commit
ccbb606da2
|
@ -21,11 +21,24 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/hpe-csi-driver/charts-original/Chart.y
|
|||
diff -x '*.tgz' -x '*.lock' -uNr packages/hpe-csi-driver/charts-original/questions.yml packages/hpe-csi-driver/charts/questions.yml
|
||||
--- packages/hpe-csi-driver/charts-original/questions.yml
|
||||
+++ packages/hpe-csi-driver/charts/questions.yml
|
||||
@@ -1,7 +1,3 @@
|
||||
-labels:
|
||||
- io.rancher.certified: partner
|
||||
@@ -1,7 +1,5 @@
|
||||
labels:
|
||||
io.rancher.certified: partner
|
||||
-categories:
|
||||
-- storage
|
||||
questions:
|
||||
- variable: imagePullPolicy
|
||||
label: "ImagePullPolicy"
|
||||
@@ -31,9 +29,9 @@
|
||||
required: false
|
||||
description: "Specify password for iSCSI CHAP authentication"
|
||||
group: "HPE iSCSI settings"
|
||||
-- variable: registryPrefix
|
||||
- label: "registry"
|
||||
+- variable: registry
|
||||
+ label: "Registry"
|
||||
type: string
|
||||
default: "quay.io"
|
||||
- description: "Specify registry prefix for CSI driver images"
|
||||
+ description: "Specify registry prefix (hostname[:port]) for CSI driver images"
|
||||
group: "HPE CSI Driver settings"
|
||||
|
|
Loading…
Reference in New Issue