blob: 5a123a54a0e4fc550460e5a8cccabb37babd769f [file] [log] [blame]
mayankg2703f313ba92018-02-05 09:01:02 +00001#{{ if not .Values.disableAaiAaiResources }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: aai-filebeat-configmap
6 namespace: {{ .Values.nsPrefix }}-aai
7data:
8{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
9#{{ end }}