From 34e4bb2ef3d3877da1d460b76d45502a32e840ff Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Tue, 24 Sep 2024 17:35:40 +0530 Subject: [PATCH] Mimoto Chart: Added PBMS Base URL config Signed-off-by: Lalith Kota --- charts/mimoto/questions.yaml | 4 ++++ charts/mimoto/values.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/charts/mimoto/questions.yaml b/charts/mimoto/questions.yaml index 3a67ac0..b03655a 100644 --- a/charts/mimoto/questions.yaml +++ b/charts/mimoto/questions.yaml @@ -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 diff --git a/charts/mimoto/values.yaml b/charts/mimoto/values.yaml index b5de7b9..fd50379 100644 --- a/charts/mimoto/values.yaml +++ b/charts/mimoto/values.yaml @@ -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: {}