aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-29 11:58:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-29 11:58:46 +0000
commit6c988d8ecf867cf1788f984120a380d386e95a9e (patch)
tree167954f19d4f6dc5be924168584381e3795f379c /kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
parente14332541c971f4f158f22a93cbcd6dc2e74c6b9 (diff)
parent305b209ee53c6b581ae0f0348d948366ecbf02b5 (diff)
Merge changes I9b3c7aab,Ia75ba66d,I66886290,I630154c4,I42bb5a88, ... into frankfurt
* changes: [COMMON] Use common aaf template in elasticsearch [PORTAL] Move portal subcharts to components [SDNC] Use common aaf template in sdnc [COMMON] Fix certInitializer to use proper global values [DMAAP] Use common aaf template in dmaap-bc [COMMON] Fix certInitializer [COMMON] Override truststore in aaf_agent image
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, 0 insertions, 13 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml b/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
index 46ef837504..37d39effd6 100644
--- a/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
+++ b/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml
@@ -51,16 +51,3 @@ 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: {{ include "common.release" . }}
- heritage: {{ .Release.Service }}
-data:
-{{ tpl (.Files.Glob "resources/aaf/*").AsConfig . | indent 2 }} \ No newline at end of file