kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame^] | 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" . }}-model-v8 |
| 13 | namespace: {{ include "common.namespace" . }} |
| 14 | data: |
| 15 | {{ tpl (.Files.Glob "resources/config/model/aai_oxm_v8.xml").AsConfig . | indent 2 }} |
| 16 | --- |
| 17 | apiVersion: v1 |
| 18 | kind: ConfigMap |
| 19 | metadata: |
| 20 | name: {{ include "common.fullname" . }}-model-v9 |
| 21 | namespace: {{ include "common.namespace" . }} |
| 22 | data: |
| 23 | {{ tpl (.Files.Glob "resources/config/model/aai_oxm_v9.xml").AsConfig . | indent 2 }} |
| 24 | --- |
| 25 | apiVersion: v1 |
| 26 | kind: ConfigMap |
| 27 | metadata: |
| 28 | name: {{ include "common.fullname" . }}-model-v10 |
| 29 | namespace: {{ include "common.namespace" . }} |
| 30 | data: |
| 31 | {{ tpl (.Files.Glob "resources/config/model/aai_oxm_v10.xml").AsConfig . | indent 2 }} |
| 32 | --- |
| 33 | apiVersion: v1 |
| 34 | kind: ConfigMap |
| 35 | metadata: |
| 36 | name: {{ include "common.fullname" . }}-model-v11 |
| 37 | namespace: {{ include "common.namespace" . }} |
| 38 | data: |
| 39 | {{ tpl (.Files.Glob "resources/config/model/aai_oxm_v11.xml").AsConfig . | indent 2 }} |
| 40 | --- |
| 41 | apiVersion: v1 |
| 42 | kind: ConfigMap |
| 43 | metadata: |
| 44 | name: {{ include "common.fullname" . }}-dynamic |
| 45 | namespace: {{ include "common.namespace" . }} |
| 46 | data: |
| 47 | {{ tpl (.Files.Glob "resources/dynamic/routes/entity-event.route").AsConfig . | indent 2 }} |
| 48 | {{ tpl (.Files.Glob "resources/dynamic/conf/entity-event-policy.xml").AsConfig . | indent 2 }} |