From 36c9663c7ef823b1c378cc19b5f221605477044b Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Mon, 24 Jun 2024 11:17:33 +0530 Subject: [PATCH] Helm Charts: questions.yaml fixed enabled false flags Signed-off-by: Lalith Kota --- charts/esignet/questions.yaml | 4 ++-- charts/keymanager/questions.yaml | 2 +- charts/mock-identity-system/questions.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/esignet/questions.yaml b/charts/esignet/questions.yaml index 130d5aa..81b0aa7 100644 --- a/charts/esignet/questions.yaml +++ b/charts/esignet/questions.yaml @@ -57,7 +57,7 @@ questions: directly supplied here. type: multiline label: Spring Config application properties. - show_if: "springConfig.gitRepo.enabled!=true" + show_if: "springConfig.gitRepo.enabled=false" # Mock Identity Settings - variable: mock-identity-system.enabled @@ -111,4 +111,4 @@ questions: type: yamlfile label: Spring Config application properties. group: Mock Identity System Settings - show_if: "mock-identity-system.springConfig.gitRepo.enabled!=true" + show_if: "mock-identity-system.springConfig.gitRepo.enabled=false" diff --git a/charts/keymanager/questions.yaml b/charts/keymanager/questions.yaml index 16ffc89..f1acb8c 100644 --- a/charts/keymanager/questions.yaml +++ b/charts/keymanager/questions.yaml @@ -41,7 +41,7 @@ questions: directly supplied here. type: yamlfile label: Spring Config application properties. - show_if: "springConfig.gitRepo.enabled!=true" + show_if: "springConfig.gitRepo.enabled=false" - variable: envVars.auth_server_admin_allowed_audience description: |- diff --git a/charts/mock-identity-system/questions.yaml b/charts/mock-identity-system/questions.yaml index 6c31023..9825d24 100644 --- a/charts/mock-identity-system/questions.yaml +++ b/charts/mock-identity-system/questions.yaml @@ -36,4 +36,4 @@ questions: directly supplied here. type: yamlfile label: Spring Config application properties. - show_if: "springConfig.gitRepo.enabled!=true" + show_if: "springConfig.gitRepo.enabled=false"