blob: 5a123a54a0e4fc550460e5a8cccabb37babd769f (
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 }}-aai
data:
{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
#{{ end }}
|