Skip to content

Commit

Permalink
[DSD-6382] added signup-keystore-secret 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 3aac87a commit 912be05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ function installing_onboarder() {
--version $CHART_VERSION \
--wait --wait-for-jobs
echo "Partner onboarded successfully and reports are moved to S3 or NFS"

echo Updating signup-keystore-password value
kubectl -n $NS create secret generic signup-keystore-password --from-literal=signup-keystore-password='mosip123' --dry-run=client -o yaml | kubectl apply -f

kubectl rollout restart deployment signup -n signup
echo signup-keystore-password updated successfully to signup.
return 0
fi
}
Expand Down

0 comments on commit 912be05

Please sign in to comment.