From 884e8672291e8665460f36a4ec69fe842265e292 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Fri, 19 May 2023 17:11:47 +0530 Subject: [PATCH] fixing sonar issues Issue-Id: AIMLFW-22 Change-Id: I4912e4abbcfed1a17caf3d57bafcf511563ccfc1 Signed-off-by: rajdeep11 --- helm/tm/templates/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/tm/templates/configmap.yaml b/helm/tm/templates/configmap.yaml index 94c707d..c98e3db 100644 --- a/helm/tm/templates/configmap.yaml +++ b/helm/tm/templates/configmap.yaml @@ -32,3 +32,4 @@ data: PS_IP: tm-db-postgresql.traininghost PS_PORT: "5432" PYTHONUNBUFFERED: "0" + ACCESS_CONTROL_ALLOW_ORIGIN: "http://localhost:32005" -- 2.16.6