Skip to content

Commit

Permalink
Merge pull request #76 from lalithkota/main
Browse files Browse the repository at this point in the history
Mimoto Chart: Added PBMS Base URL config
  • Loading branch information
lalithkota authored Sep 24, 2024
2 parents 5a44bf3 + 34e4bb2 commit 9415234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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

0 comments on commit 9415234

Please sign in to comment.