From 8a8638a0cc1c2775445c2028c57dcbcef95f88e7 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Mon, 4 Nov 2024 14:32:34 +0530 Subject: [PATCH] ID Generator: Fixed questions.yaml Signed-off-by: Lalith Kota --- charts/idgenerator/questions.yaml | 40 +++++++++---------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/charts/idgenerator/questions.yaml b/charts/idgenerator/questions.yaml index 1bde524..81d40a7 100644 --- a/charts/idgenerator/questions.yaml +++ b/charts/idgenerator/questions.yaml @@ -9,39 +9,21 @@ questions: type: string label: Keycloak Base URL -- variable: springConfig.profile +- variable: springCloudConfig.gitRepo.url + description: |- + Repo Url for remote Git repo containing configs. + This url should include username password if required. type: string - label: Spring Config Profile + label: Spring Cloud Config Git Repo Url -- variable: springConfig.names +- variable: springCloudConfig.gitRepo.branch + description: Branch of remote Git repo containing configs. type: string - label: Spring Config Names - -- variable: springConfig.gitRepo.enabled - description: Enables download of configs from Git repo. - type: boolean - label: Spring Config Git Enabled - show_subquestions_if: true - subquestions: - - variable: springConfig.gitRepo.repoUrl - description: |- - Repo Url for remote Git repo containing configs. - This url should include username password if required. - type: string - label: Spring Config Git Repo Url - - - variable: springConfig.gitRepo.branch - description: Branch of remote Git repo containing configs. - type: string - label: Spring Config Git Repo Branch + label: Spring Cloud Config Git Repo Branch -- variable: springConfig.rawConfig - description: |- - If git-based config is disabled, the complete application.properties can be - directly supplied here. - type: yamlfile - label: Spring Config application properties. - show_if: "springConfig.gitRepo.enabled=false" +- variable: springCloudConfig.profile + type: string + label: Spring Cloud Config Profile - variable: envVars.auth_server_admin_allowed_audience description: |-