helm related changes to support dynamic logging
[ric-plt/ric-dep.git] / helm / e2mgr / templates / configmap.yaml
index a310608..0973eba 100644 (file)
@@ -85,7 +85,7 @@ data:
     routingManager:
       {{- if hasKey .Values.e2mgr "baseUrl" }}
       baseUrl: {{ .Values.e2mgr.baseUrl }}
-      {{- else }}
+      {{- else}}
       baseUrl: "http://service-ricplt-rtmgr-http:3800/ric/v1/handles/"
       {{- end }}
 
@@ -161,3 +161,14 @@ data:
       {{- end }}
       
 ---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: {{ include "common.configmapname.e2mgr" . }}-loglevel-configmap
+  namespace: {{ include "common.namespace.platform" . }}
+
+data:
+  logcfg: "loglevel: 3"
+   
+---