From ad198646e2d362b1ed95f68cda7d69005c6fcc61 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Mon, 24 Jun 2024 21:28:36 +0530 Subject: [PATCH] Helm Charts part-2 esignet: Fixed mock id values Signed-off-by: Lalith Kota --- charts/openg2p-pbms-p2/questions.yaml | 1 + charts/openg2p-pbms-p2/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/openg2p-pbms-p2/questions.yaml b/charts/openg2p-pbms-p2/questions.yaml index bddc10d..d07871d 100644 --- a/charts/openg2p-pbms-p2/questions.yaml +++ b/charts/openg2p-pbms-p2/questions.yaml @@ -122,6 +122,7 @@ questions: description: This installs Mock Identity System with eSignet type: boolean label: Install Mock Identity System? + group: Mock Identity System Settings show_if: "esignet.enabled=true" - variable: esignet.mock-identity-system.hostname diff --git a/charts/openg2p-pbms-p2/values.yaml b/charts/openg2p-pbms-p2/values.yaml index 08769f2..431c5aa 100644 --- a/charts/openg2p-pbms-p2/values.yaml +++ b/charts/openg2p-pbms-p2/values.yaml @@ -144,6 +144,7 @@ esignet: esignet_captcha_secret_key: '' mock-identity-system: enabled: true + hostname: esignet-pbms.openg2p.sandbox.net springConfig: names: application,mock-identity-system profile: default