blob: 507b71dbe2a3ec3898235216b32ae99d4e99121c [file] [log] [blame]
Li Zic5290dc2018-08-06 09:26:27 +00001apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: {{ .Release.Name }}-msb-filebeat-configmap
5 namespace: {{ include "common.namespace" . }}
6data:
7{{ tpl (.Files.Glob "resources/config/log/filebeat/filebeat.yml").AsConfig . | indent 2 }}