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