Merge "Extend properties for mock RAN name list in R1"
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / templates / appconfig.yaml
index 2930a15..ca02cb7 100644 (file)
@@ -29,4 +29,8 @@ 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 }}
     xappmgr.url = {{ .Values.dashboard.properties.xappmgr.url }}