From eac10348a0b46785ba98e9f6c1f6146e4a9fd618 Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Tue, 21 Mar 2023 15:21:24 +0530 Subject: [PATCH] Fix for AIMLFW installation Issue-Id: AIMLFW-36 Signed-off-by: josephthaliath Change-Id: I9e974a664e6e2489eea3f89966b7838a80cbdbee --- helm/aiml-dashboard/templates/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }} -- 2.16.6