Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mimoto Chart: Added PBMS Base URL config #76

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/mimoto/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ questions:
type: string
label: Esignet Hostname

- variable: envVars.openg2p_pbms_baseUrl
type: string
label: OpenG2P PBMS Base URL

- variable: springCloudConfig.enabled
description: Enables Spring Cloud Config.
type: boolean
Expand Down
2 changes: 2 additions & 0 deletions charts/mimoto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ envVars:
mimoto_oidc_openg2p_partner_clientid: openg2p-mimoto-oidc
mimoto_wallet_binding_partner_api_key: ""

openg2p_pbms_baseUrl: https://pbms.openg2p.sandbox.net

# Env Vars from this section will be rendered on the service if springCloudConfig.enabled=false.
# Else they will be rendered on config-server as overrides.
envVarsFrom: {}
Expand Down
Loading