summaryrefslogtreecommitdiffstats
path: root/kubernetes/esr/templates/esr-filebeat-configmap.yaml
blob: 4bee5d16ce7d80fae744abe20064bdc80ebeaf69 (plain)
1
2
3
4
5
6
7
8
9
#{{ if not .Values.disableAaiAaiResources }}
apiVersion: v1
kind: ConfigMap
metadata:
  name: esr-filebeat-configmap
  namespace: {{ .Values.nsPrefix }}
data:
{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
#{{ end }}