Hide the customized default setting by default in Rancher chart
Signed-off-by: Mohamed Eldafrawi <mohamed.eldafrawi@rancher.com>
This commit is contained in:
parent
66f26a9c3d
commit
f473ae48f1
@ -100,6 +100,14 @@ questions:
|
||||
group: "Private Registry Settings"
|
||||
type: password
|
||||
default: ""
|
||||
- variable: longhorn.default_setting
|
||||
default: "false"
|
||||
description: "Customize the default settings before installing Longhorn for the first time. This option will only work if the cluster hasn't installed Longhorn."
|
||||
label: "Customize Default Setting"
|
||||
type: boolean
|
||||
show_subquestion_if: true
|
||||
group: "Longhorn Default Settings"
|
||||
subquestions:
|
||||
- variable: defaultSettings.registrySecret
|
||||
label: Private registry secret
|
||||
description: "The Kubernetes Secret name"
|
||||
|
Loading…
Reference in New Issue
Block a user