summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-05-13 15:25:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-13 15:25:00 +0000
commit4f897651438c1f8a199f471dd16b150585353116 (patch)
tree3f643dbfb0257b0f613bb802a901f2d5558270d0 /kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
parente2ba7c834a9f7f74227ff7733a673c1ba7fc4c15 (diff)
parent837db9583cbfb6b650449f0fca6b08828caad2bf (diff)
Merge "Override aaf_locate_url from values.yaml"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml')
-rw-r--r--kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml b/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
index 1066c946af..8ca07a353d 100644
--- a/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
+++ b/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
@@ -51,3 +51,16 @@ metadata:
heritage: {{ .Release.Service }}
data:
{{ tpl (.Files.Glob "resources/dcaeLocations/*.json").AsConfig . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ include "common.fullname" . }}-aaf-config
+ namespace: {{ include "common.namespace" . }}
+ labels:
+ app: {{ include "common.name" . }}
+ chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+data:
+{{ tpl (.Files.Glob "resources/aaf/*").AsConfig . | indent 2 }} \ No newline at end of file