From: josephthaliath Date: Tue, 21 Mar 2023 09:51:24 +0000 (+0530) Subject: Fix for AIMLFW installation X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=eac10348a0b46785ba98e9f6c1f6146e4a9fd618;p=aiml-fw%2Faimlfw-dep.git Fix for AIMLFW installation Issue-Id: AIMLFW-36 Signed-off-by: josephthaliath Change-Id: I9e974a664e6e2489eea3f89966b7838a80cbdbee --- diff --git a/helm/aiml-dashboard/templates/configmap.yaml b/helm/aiml-dashboard/templates/configmap.yaml index 4ac2647..a9c0ff0 100644 --- a/helm/aiml-dashboard/templates/configmap.yaml +++ b/helm/aiml-dashboard/templates/configmap.yaml @@ -27,4 +27,6 @@ data: REACT_APP_NOTEBOOK_HOST: {{ .Values.aimldashboard.host.notebook_host }} REACT_APP_NOTEBOOK_PORT: "{{ include "common.serviceport.aiml-dashboard.react-app-notebook-port" . }}" AIMLDASHBOARD_PORT: "{{ include "common.serviceport.aiml-dashboard.http" . }}" +{{ if .Values.aimldashboard.host.debug }} REACT_APP_DEBUG: {{.Values.aimldashboard.host.debug}} +{{ end }}