From 1ac632ddbd15a11b00737b33536a8fc71c2cf502 Mon Sep 17 00:00:00 2001 From: Prathamesh Morde Date: Mon, 24 Jun 2019 10:36:15 -0400 Subject: Add message-router dependency in blueprint-processor for kafka-listener. Issue-ID: CCSDK-1432 Signed-off-by: Prathamesh Morde Change-Id: I64349580b66979285857951ea6d6f18015ef63f5 Signed-off-by: Prathamesh Morde Signed-off-by: Prathamesh Morde (cherry picked from commit 93da127349566d0ba8658f4bb1d12dbe5c791a59) --- .../cds/charts/cds-blueprints-processor/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml') diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml index 95069fcbff..d4c106b6b2 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml @@ -36,6 +36,10 @@ spec: args: - --container-name - cds-db + {{- if .Values.dmaapEnabled }} + - --container-name + - message-router + {{ end }} env: - name: NAMESPACE valueFrom: -- cgit 1.2.3-korg