From 497d459134df3ad8c9b6541573e76e5a8ea3de1d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Sep 2022 11:58:43 +0200 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/enterprise/blocky/questions.yaml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/charts/enterprise/blocky/questions.yaml b/charts/enterprise/blocky/questions.yaml index c1fd3bc323c..c9873cc991d 100644 --- a/charts/enterprise/blocky/questions.yaml +++ b/charts/enterprise/blocky/questions.yaml @@ -12,6 +12,25 @@ questions: # Include{recreate} # Include{controllerExpert} # Include{controllerExpertExtraArgs} + - variable: webUI + group: Container Configuration + label: WebUI Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Web UI + description: Enables Web UI + schema: + type: boolean + default: true + - variable: apiURL + label: API URL + description: API URL for webUI, including port + schema: + type: string + default: "http://127.0.0.1:4000" - variable: blocky group: Container Configuration label: Blocky Configuration @@ -19,12 +38,6 @@ questions: additional_attrs: true type: dict attrs: - - variable: enableWebUI - label: Enable Web UI - description: Enables Web UI - schema: - type: boolean - default: true - variable: enablePrometheus label: Enable Prometheus Endpoint description: Enables Prometheus Endpoint