From bb6530bd40515854818feb8dc61637d8228f8e75 Mon Sep 17 00:00:00 2001 From: tanishi-egov Date: Fri, 13 Dec 2024 14:04:47 +0530 Subject: [PATCH] Adding microplan implementation partner and website link for email notification (#3336) --- .../helm/charts/health-services/health-hrms/values.yaml | 8 +++++++- deploy-as-code/helm/environments/unified-health-uat.yaml | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/deploy-as-code/helm/charts/health-services/health-hrms/values.yaml b/deploy-as-code/helm/charts/health-services/health-hrms/values.yaml index 37c1d1267a..5dc7b31150 100644 --- a/deploy-as-code/helm/charts/health-services/health-hrms/values.yaml +++ b/deploy-as-code/helm/charts/health-services/health-hrms/values.yaml @@ -160,4 +160,10 @@ env: | - name: EGOV_BOUNDARY_SEARCH_URL value: "/boundary-service/boundary/_search" - name: EGOV_BOUNDARY_HIERARCHY_NAME - value: "HCM-Moz-Hierarchy" \ No newline at end of file + value: "HCM-Moz-Hierarchy" + - name: HRMS_EMAIL_NOTIFICATION_IMPLEMENTATION_PARTNER + value: {{ .Values.microplanImplementationPartner | default "NMCP Mozambique" }} + - name: HRMS_EMAIL_NOTIFICATION_WEBSITE_LINK + value: {{ .Values.microplanWebsiteLink | default "https://unified-qa.digit.org/microplan-ui/employee" }} + - name: NOTIFICATION_EMAIL_ENABLED + value: "true" \ No newline at end of file diff --git a/deploy-as-code/helm/environments/unified-health-uat.yaml b/deploy-as-code/helm/environments/unified-health-uat.yaml index 1de5f53a2d..311c604792 100644 --- a/deploy-as-code/helm/environments/unified-health-uat.yaml +++ b/deploy-as-code/helm/environments/unified-health-uat.yaml @@ -563,6 +563,8 @@ health-hrms: mdmsLegacyHost: "egov-mdms-service-legacy" mdmsLegacySearchPath: "egov-mdms-service-legacy/v1/_search" java-enable-debug: true + microplanWebsiteLink: "https://unified-uat.digit.org/microplan-ui/employee" + microplanImplementationPartner: "NMCP Mozambique" project-factory: logLevel: 'debug'