Skip to content

Commit

Permalink
[MOSIP-37447] restructured postgres
Browse files Browse the repository at this point in the history
Signed-off-by: bhumi46 <[email protected]>
  • Loading branch information
bhumi46 committed Nov 19, 2024
1 parent 25f3b48 commit 4e69170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/postgres/postgres-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function initialize_db() {
then
echo Removing existing mosip_esignet installation and secret
helm -n $NS delete esignet-postgres-init || true
kubectl -n NS delete secret db-common-secrets || true
kubectl -n $NS delete secret db-common-secrets || true
echo Initializing DB
helm -n $NS install esignet-postgres-init mosip/postgres-init --version $CHART_VERSION -f init_values.yaml --wait --wait-for-jobs
break
Expand Down

0 comments on commit 4e69170

Please sign in to comment.