summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/configmap.yaml
blob: 592e4129d1867b2f05e4a015e6e8ec30784f624e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# this is a shared resource for subcharts
apiVersion: v1
kind: ConfigMap
metadata:
  name: aai-filebeat
  namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
---
apiVersion: v1
kind: ConfigMap
metadata:
  name: aai-deployment-configmap
  namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }}