From 4e69170335ac436d9a9b297aad314263c8c56222 Mon Sep 17 00:00:00 2001 From: bhumi46 Date: Tue, 19 Nov 2024 18:31:57 +0530 Subject: [PATCH] [MOSIP-37447] restructured postgres Signed-off-by: bhumi46 --- deploy/postgres/postgres-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/postgres/postgres-init.sh b/deploy/postgres/postgres-init.sh index 00619f37f..e66afc921 100755 --- a/deploy/postgres/postgres-init.sh +++ b/deploy/postgres/postgres-init.sh @@ -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