Skip to content

Commit

Permalink
Merge pull request #62 from abhishek8shankar/release-1.x.x
Browse files Browse the repository at this point in the history
[DSD-4403]Update install.sh for signup release-1.x.x
  • Loading branch information
ckm007 authored Feb 1, 2024
2 parents 3656dbe + f5bb6ea commit 601a9c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function installing_signup() {
echo $SIGNUP_CLIENT_SECRET_VALUE
kubectl patch secret keycloak-client-secrets --namespace=config-server --type=json -p='[{"op": "add", "path": "/data/'$SIGNUP_CLIENT_SECRET_KEY'", "value": "'$SIGNUP_CLIENT_SECRET_VALUE'"}]'

kubectl -n config-server set env --keys=mosip_signup_client_secret --from secret/keycloak-client-secrets deployment/config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
kubectl -n config-server set env --keys=mosip-signup-host --from configmap/global deployment/config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
kubectl -n config-server set env --keys=signup-captcha-site-key --from secret/signup-captcha deployment/config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
kubectl -n config-server set env --keys=signup-captcha-secret-key --from secret/signup-captcha deployment/config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
Expand Down

0 comments on commit 601a9c3

Please sign in to comment.