Merge "Added MSB and Chart definitions sections."
[oom.git] / kubernetes / aai / charts / aai-traversal / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ include "common.fullname" . }}-log
5   namespace: {{ include "common.namespace" . }}
6 data:
7 {{ tpl (.Files.Glob "resources/config/log/logback.xml").AsConfig . | indent 2 }}