diff options
author | Prathamesh Morde <prathamesh.morde@bell.ca> | 2019-06-24 10:36:15 -0400 |
---|---|---|
committer | Prathamesh Morde <prathamesh_morde@yahoo.ca> | 2019-08-08 16:05:44 -0400 |
commit | 93da127349566d0ba8658f4bb1d12dbe5c791a59 (patch) | |
tree | 4fa2b3cb6aeedbb58a635fcac343d79d33094a4e /kubernetes/cds/charts/cds-blueprints-processor/templates | |
parent | f0c49289099ca849306ed439d73beccd8cb75f37 (diff) |
Add message-router dependency in blueprint-processor for kafka-listener.
Issue-ID: CCSDK-1432
Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca>
Change-Id: I64349580b66979285857951ea6d6f18015ef63f5
Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca>
Signed-off-by: Prathamesh Morde <prathamesh_morde@yahoo.ca>
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml index 736b5cea24..62dfeda8e4 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: |