5a123a54a0e4fc550460e5a8cccabb37babd769f
[oom.git] / kubernetes / aai / templates / aai-filebeat-configmap.yaml
1 #{{ if not .Values.disableAaiAaiResources }}
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: aai-filebeat-configmap
6   namespace: {{ .Values.nsPrefix }}-aai
7 data:
8 {{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
9 #{{ end }}