Skip to content

Commit

Permalink
Merge pull request #193 from abhishek8shankar/release-0.10.x
Browse files Browse the repository at this point in the history
[MOSIP-39240] Updated install.sh and values.yaml to use config-server
  • Loading branch information
Prafulrakhade authored Jan 27, 2025
2 parents 025e499 + b24506d commit 9f74dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/inji-certify/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ function installing_inji-certify() {
COPY_UTIL=../copy_cm_func.sh
$COPY_UTIL configmap global default $NS
$COPY_UTIL configmap artifactory-share artifactory $NS
$COPY_UTIL configmap inji-server-share config-server $NS
$COPY_UTIL configmap config-server-share config-server $NS
$COPY_UTIL configmap softhsm-certify-share softhsm $NS


echo Copy secrets
../copy_cm_func.sh secret softhsm-certify softhsm config-server

kubectl -n config-server set env --keys=mosip-injicertify-host --from configmap/global deployment/inji-config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
kubectl -n config-server set env --keys=security-pin --from secret/softhsm-certify deployment/inji-config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_SOFTHSM_CERTIFY_
kubectl -n config-server set env --keys=mosip-injicertify-host --from configmap/global deployment/config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
kubectl -n config-server set env --keys=security-pin --from secret/softhsm-certify deployment/config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_SOFTHSM_CERTIFY_
kubectl -n config-server get deploy -o name | xargs -n1 -t kubectl -n config-server rollout status


Expand Down
2 changes: 1 addition & 1 deletion helm/inji-certify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ extraEnvVars: []
##
extraEnvVarsCM:
- global
- inji-config-server-share
- config-server-share
- artifactory-share
- softhsm-certify-share

Expand Down

0 comments on commit 9f74dbc

Please sign in to comment.