From c32ee22a8436a184d710db9d06da85c4ca385efc Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Thu, 7 May 2020 00:26:00 +0200 Subject: [DMAAP] Use common aaf template in dmaap-bc Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak Change-Id: I42bb5a8840701dfd99488df9913a5ffd01b17f64 --- .../dmaap/components/dmaap-bc/templates/configmap.yaml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml') 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 -- cgit 1.2.3-korg