Skip to content

Commit

Permalink
Esignet: Fixed Mock ID URL
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Aug 8, 2024
1 parent 93985ad commit 1e15b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/esignet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 $ }}'
Expand Down

0 comments on commit 1e15b02

Please sign in to comment.