blob: 9652712aa6bc5fe4148ccdf2288712d84bceb5bf [file] [log] [blame]
kj6a8ce802018-03-19 15:07:44 +02001apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: {{ include "common.fullname" . }}-prop
5 namespace: {{ include "common.namespace" . }}
6data:
7{{ tpl (.Files.Glob "resources/config/data-router.properties").AsConfig . | indent 2 }}
8---
9apiVersion: v1
10kind: ConfigMap
11metadata:
kj6a8ce802018-03-19 15:07:44 +020012 name: {{ include "common.fullname" . }}-dynamic
13 namespace: {{ include "common.namespace" . }}
14data:
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 }}