9652712aa6bc5fe4148ccdf2288712d84bceb5bf
[oom.git] / kubernetes / aai / charts / aai-data-router / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ include "common.fullname" . }}-prop
5   namespace: {{ include "common.namespace" . }}
6 data:
7 {{ tpl (.Files.Glob "resources/config/data-router.properties").AsConfig . | indent 2 }}
8 ---
9 apiVersion: v1
10 kind: ConfigMap
11 metadata:
12   name: {{ include "common.fullname" . }}-dynamic
13   namespace: {{ include "common.namespace" . }}
14 data:
15 {{ tpl (.Files.Glob "resources/dynamic/routes/entity-event.route").AsConfig . | indent 2 }}
16 {{ tpl (.Files.Glob "resources/dynamic/conf/entity-event-policy.xml").AsConfig . | indent 2 }}