From 3981aaa666fec36520e7c570528ba466c5dcb9bc Mon Sep 17 00:00:00 2001 From: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:51:45 +0530 Subject: [PATCH 1/4] [MOSIP-40792] Updated inji db name Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --- helm/postgres-init/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/postgres-init/values.yaml b/helm/postgres-init/values.yaml index e847b18..fe27456 100644 --- a/helm/postgres-init/values.yaml +++ b/helm/postgres-init/values.yaml @@ -322,7 +322,7 @@ databases: repoUrl: https://github.com/mosip/otp-manager.git branch: develop - mosip_certify: + inji_certify: enabled: false host: "postgres-postgresql" port: 5432 From e2b8fd55231156da51622a687a65348ef0a59c1e Mon Sep 17 00:00:00 2001 From: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:52:31 +0530 Subject: [PATCH 2/4] [MOSIP-40792] Updated inji db name Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --- helm/postgres-init/templates/inji-certify-env-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/postgres-init/templates/inji-certify-env-configmap.yaml b/helm/postgres-init/templates/inji-certify-env-configmap.yaml index 9429b01..36358af 100644 --- a/helm/postgres-init/templates/inji-certify-env-configmap.yaml +++ b/helm/postgres-init/templates/inji-certify-env-configmap.yaml @@ -13,7 +13,7 @@ metadata: annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} data: - MOSIP_DB_NAME: mosip_certify + MOSIP_DB_NAME: inji_certify DB_SERVERIP: {{ .Values.databases.mosip_certify.host | quote }} DB_PORT: {{ .Values.databases.mosip_certify.port | quote }} SU_USER: {{ .Values.databases.mosip_certify.su.user | quote }} From 665097408ed9f92e38a0a5089fd3e8ed9d320cea Mon Sep 17 00:00:00 2001 From: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:14:41 +0530 Subject: [PATCH 3/4] [MOSIP-40792] Updated inji-certify-env-configmap.yaml Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --- .../templates/inji-certify-env-configmap.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/postgres-init/templates/inji-certify-env-configmap.yaml b/helm/postgres-init/templates/inji-certify-env-configmap.yaml index 36358af..b6fbf11 100644 --- a/helm/postgres-init/templates/inji-certify-env-configmap.yaml +++ b/helm/postgres-init/templates/inji-certify-env-configmap.yaml @@ -1,4 +1,4 @@ -{{- if .Values.databases.mosip_certify.enabled }} +{{- if .Values.databases.inji_certify.enabled }} apiVersion: v1 kind: ConfigMap metadata: @@ -14,10 +14,10 @@ metadata: {{- end }} data: MOSIP_DB_NAME: inji_certify - DB_SERVERIP: {{ .Values.databases.mosip_certify.host | quote }} - DB_PORT: {{ .Values.databases.mosip_certify.port | quote }} - SU_USER: {{ .Values.databases.mosip_certify.su.user | quote }} - DML_FLAG: {{ .Values.databases.mosip_certify.dml | quote }} - GIT_REPO_URL: {{ .Values.databases.mosip_certify.repoUrl | quote }} - GIT_BRANCH: {{ .Values.databases.mosip_certify.branch | quote }} + DB_SERVERIP: {{ .Values.databases.inji_certify.host | quote }} + DB_PORT: {{ .Values.databases.inji_certify.port | quote }} + SU_USER: {{ .Values.databases.inji_certify.su.user | quote }} + DML_FLAG: {{ .Values.databases.inji_certify.dml | quote }} + GIT_REPO_URL: {{ .Values.databases.inji_certify.repoUrl | quote }} + GIT_BRANCH: {{ .Values.databases.inji_certify.branch | quote }} {{- end }} From f1dd57c9c92f6ee5ed4b3a00d45cf78e9f769d9b Mon Sep 17 00:00:00 2001 From: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:15:41 +0530 Subject: [PATCH 4/4] [MOSIP-40792] Updated inji-certify-job.yaml Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --- helm/postgres-init/templates/inji-certify-job.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/postgres-init/templates/inji-certify-job.yaml b/helm/postgres-init/templates/inji-certify-job.yaml index 11f40ff..6f8e912 100644 --- a/helm/postgres-init/templates/inji-certify-job.yaml +++ b/helm/postgres-init/templates/inji-certify-job.yaml @@ -1,4 +1,4 @@ -{{- if .Values.databases.mosip_certify.enabled }} +{{- if .Values.databases.inji_certify.enabled }} apiVersion: batch/v1 kind: Job metadata: @@ -32,8 +32,8 @@ spec: - name: SU_USER_PWD valueFrom: secretKeyRef: - name: {{ .Values.databases.mosip_certify.su.secret.name }} - key: {{ .Values.databases.mosip_certify.su.secret.key }} + name: {{ .Values.databases.inji_certify.su.secret.name }} + key: {{ .Values.databases.inji_certify.su.secret.key }} - name: DBUSER_PWD valueFrom: