Fix for AIMLFW installation 54/10754/1
authorjosephthaliath <jo.thaliath@samsung.com>
Tue, 21 Mar 2023 09:51:24 +0000 (15:21 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Tue, 21 Mar 2023 09:51:24 +0000 (15:21 +0530)
Issue-Id: AIMLFW-36

Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: I9e974a664e6e2489eea3f89966b7838a80cbdbee

helm/aiml-dashboard/templates/configmap.yaml

index 4ac2647..a9c0ff0 100644 (file)
@@ -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 }}