From 8027873e0531444d39d51aea78b2da59af86b2ee Mon Sep 17 00:00:00 2001 From: shubhang-eGov <70943369+shubhang-eGov@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:02:12 +0530 Subject: [PATCH] calculator mdms endpoint change --- .../health-services/health-expense-calculator/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy-as-code/helm/charts/health-services/health-expense-calculator/values.yaml b/deploy-as-code/helm/charts/health-services/health-expense-calculator/values.yaml index e32d0d2bfc..4e0f38a4ef 100644 --- a/deploy-as-code/helm/charts/health-services/health-expense-calculator/values.yaml +++ b/deploy-as-code/helm/charts/health-services/health-expense-calculator/values.yaml @@ -89,8 +89,6 @@ env: | - name: EGOV_MDMS_SEARCH_V2_ENDPOINT value: {{ index .Values "egov-mdms-service-endpoint-key" | quote }} {{- end }} - - name: EGOV_MDMS_SEARCH_V2_ENDPOINT - value: "mdms-v2/v1/_search" - name: WORKS_ATTENDANCE_LOG_HOST valueFrom: configMapKeyRef: @@ -191,4 +189,4 @@ env: | {{- if index .Values "spring-kafka-producer-properties-max-request-size" }} - name: SPRING_KAFKA_PRODUCER_PROPERTIES_MAX_REQUEST_SIZE value: {{ index .Values "spring-kafka-producer-properties-max-request-size" | quote }} - {{- end }} \ No newline at end of file + {{- end }}