blob: 5a123a54a0e4fc550460e5a8cccabb37babd769f [file] [log] [blame]
#{{ if not .Values.disableAaiAaiResources }}
apiVersion: v1
kind: ConfigMap
metadata:
name: aai-filebeat-configmap
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
#{{ end }}