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