From 1e15b0212d5ef94ca65b716261f273f771b45c65 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Thu, 8 Aug 2024 09:37:10 +0530 Subject: [PATCH] Esignet: Fixed Mock ID URL Signed-off-by: Lalith Kota --- charts/esignet/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/esignet/values.yaml b/charts/esignet/values.yaml index 856e581..3de15b5 100644 --- a/charts/esignet/values.yaml +++ b/charts/esignet/values.yaml @@ -866,7 +866,7 @@ envVars: mosip_api_internal_host: '{{ tpl .Values.hostname $ }}' mosip_api_public_host: '{{ tpl .Values.hostname $ }}' mosip_signup_host: '{{ tpl .Values.hostname $ }}' - mosip_mock_id_baseUrl: '{{ tpl .Values.mockIdentitySystemInstallationName $ }}' + mosip_mock_id_baseUrl: 'http://{{ tpl .Values.mockIdentitySystemInstallationName $ }}' mosip_esignet_host: '{{ tpl .Values.hostname $ }}' mosip_esignet_database_hostname: '{{ tpl .Values.postgresqlInstallationName $ }}'