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"