aai sparky be config alignment
[oom.git] / kubernetes / aai / templates / sparky-be-deployment-configmap.yaml
index 55dea65..590608b 100644 (file)
@@ -31,4 +31,12 @@ metadata:
 type: Opaque
 data:
 {{ tpl (.Files.Glob "resources/config/sparky-be/appconfig/auth/*").AsSecrets . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: aai-sparky-be-log-configmap
+  namespace: {{ .Values.nsPrefix }}-aai
+data:
+{{ tpl (.Files.Glob "resources/config/log/sparky-be/logback.xml").AsConfig . | indent 2 }}
 #{{ end }}