Skip to content

Commit 2c372f9

Browse files
authored
Merge pull request #653 from Rakshitha650/patch-1
[DSD-4835]added signuphost
2 parents 87afb77 + 94b03c2 commit 2c372f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/config-server/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@ envVariables:
194194
key: mosip-esignet-host
195195
enabled: true
196196

197+
- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_MOSIP_SIGNUP_HOST
198+
valueFrom:
199+
configMapKeyRef:
200+
name: global
201+
key: mosip-signup-host
202+
enabled: true
203+
197204
- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_DB_DBUSER_PASSWORD
198205
valueFrom:
199206
secretKeyRef:

0 commit comments

Comments
 (0)