BugFix:Enable loggers in POMBA context builders
[oom.git] / kubernetes / pomba / charts / pomba-contextaggregator / templates / configmap.yaml
index d5ce98e..b984c52 100755 (executable)
@@ -34,4 +34,12 @@ metadata:
   name: {{ include "common.fullname" . }}-pre-start-configmap
   namespace: {{ include "common.namespace" . }}
 data:
-{{ tpl (.Files.Glob "resources/bin/*").AsConfig . | indent 2 }}
\ No newline at end of file
+{{ tpl (.Files.Glob "resources/bin/*").AsConfig . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: {{ include "common.fullname" . }}-log
+  namespace: {{ include "common.namespace" . }}
+data:
+{{ tpl (.Files.Glob "resources/config/logback.xml").AsConfig . | indent 2 }}
\ No newline at end of file