aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/templates/configmap.yaml
blob: 507b71dbe2a3ec3898235216b32ae99d4e99121c (plain)
1
2
3
4
5
6
7
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ .Release.Name }}-msb-filebeat-configmap
  namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/log/filebeat/filebeat.yml").AsConfig . | indent 2 }}