blob: 2ca1ac2df5f98f93a5a7736faf6e30738e9c329b [file] [log] [blame]
#{{ 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 }}