Skip to content

Commit

Permalink
[DSD-6382] added misp key update part
Browse files Browse the repository at this point in the history
Signed-off-by: ckm007 <[email protected]>
  • Loading branch information
ckm007 committed Oct 7, 2024
1 parent 8f4233e commit 68fd2fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/esignet-global-cm.yaml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
namespace: esignet
data:
mosip-version: develop
imstallation-domain: sandbox.xyz.net
mosip-api-host: api.sandbox.xyz.net
mosip-iam-external-host: iam.sandbox.xyz.net
mosip-api-internal-host: api-internal.sandbox.xyz.net
Expand Down
2 changes: 2 additions & 0 deletions partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ function installing_onboarder() {
--version $CHART_VERSION \
--wait --wait-for-jobs
echo "Partner onboarded successfully and reports are moved to S3 or NFS"
kubectl rollout restart deployment -n esignet esignet
echo eSignet MISP License Key updated successfully to eSignet.
return 0
fi
}
Expand Down

0 comments on commit 68fd2fb

Please sign in to comment.