Skip to content

Commit

Permalink
ID Generator: Fixed questions.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Nov 4, 2024
1 parent 77b4b4b commit 8a8638a
Showing 1 changed file with 11 additions and 29 deletions.
40 changes: 11 additions & 29 deletions charts/idgenerator/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 8a8638a

Please sign in to comment.