Skip to content

Commit

Permalink
Merge pull request #773 from Rakshitha650/patch-1
Browse files Browse the repository at this point in the history
[DSD-5460]added mosip_otp db
  • Loading branch information
ckm007 authored Jul 2, 2024
2 parents 595693c + 9988b04 commit 17b0726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_scripts/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=12.0.2
CHART_VERSION=0.0.1-develop

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down Expand Up @@ -38,4 +38,4 @@ while true; do
else
break
fi
done
done
3 changes: 3 additions & 0 deletions db_scripts/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ databases:

mosip_resident:
enabled: false

mosip_otp:
enabled: false

mosip_digitalcard:
enabled: false
Expand Down

0 comments on commit 17b0726

Please sign in to comment.