Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOSIP-30459] updated init_db path
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
Prafulrakhade committed Dec 1, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent fca7970 commit 8f7032b
Showing 1 changed file with 2 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
@@ -24,7 +24,7 @@ while true; do
kubectl -n $NS delete --ignore-not-found=true secret db-common-secrets

echo Copy Postgres secrets
../helm/copy_cm_func.sh secret postgres-postgresql postgres $NS
../helm/digitalcard/copy_cm_func.sh secret postgres-postgresql postgres $NS

echo Initializing DB
helm -n $NS install postgres-init-digitalcard mosip/postgres-init -f init_values.yaml \
@@ -35,4 +35,4 @@ while true; do
else
break
fi
done
done

0 comments on commit 8f7032b

Please sign in to comment.