From 174e85bb3cd0966dd0a6d2566ee37295779f75cf Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 17 Apr 2024 13:18:13 +0200 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten --- charts/premium/metallb-config/questions.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/charts/premium/metallb-config/questions.yaml b/charts/premium/metallb-config/questions.yaml index c483ec1a25e..816aa1daed8 100644 --- a/charts/premium/metallb-config/questions.yaml +++ b/charts/premium/metallb-config/questions.yaml @@ -1,6 +1,25 @@ # Include{groups} questions: # Include{global} + - variable: operator + group: App Configuration + label: Operator Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: metallb + label: 'metallb' + schema: + type: dict + additional_attrs: true + attrs: + - variable: namespace + label: 'Namespace (change to ix-APPNAME of metallb)' + schema: + type: string + required: true + default: "ix-metallb" - variable: ipAddressPools group: App Configuration label: IP Address Pools Object