Add missing suffixes to service name URLs
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / templates / appconfig.yaml
index ca02cb7..837f4b1 100644 (file)
@@ -29,8 +29,6 @@ data:
     a1med.url =   {{ .Values.dashboard.properties.a1med.url   }}
     anrxapp.url = {{ .Values.dashboard.properties.anrxapp.url }}
     e2mgr.url =   {{ .Values.dashboard.properties.e2mgr.url   }}
-    {{- if .Values.dashboard.properties.e2mgr.mock.enabled }}
-      # mock names for R1 testing, removing this entry disables the mock
-      e2mgr.mock.rannames = {{ .Values.dashboard.properties.e2mgr.mock.rannames }}
-    {{- end }}
+    # mock names for R1 testing, empty or missing entry disables the mock
+    e2mgr.mock.rannames = {{ .Values.dashboard.properties.e2mgr.mock.rannames }}
     xappmgr.url = {{ .Values.dashboard.properties.xappmgr.url }}