Skip to content

Commit

Permalink
Merge pull request #67 from lalithkota/main
Browse files Browse the repository at this point in the history
Esignet: Fixed Mock ID URL
  • Loading branch information
lalithkota authored Aug 8, 2024
2 parents f6ab33a + 1e15b02 commit 7adea80
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 7adea80

Please sign in to comment.