diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-08-09 11:21:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 11:21:51 +0000 |
commit | b262964d2ffcc9e68bf3fa3e4da17b3911e0369c (patch) | |
tree | 38f1fa9f167c7367ae8d06b7f60a390fb923e842 /kubernetes/cds/charts/cds-blueprints-processor/templates | |
parent | edc5972e05efb48b5b1933c40ff27c6b5b0da28e (diff) | |
parent | 93da127349566d0ba8658f4bb1d12dbe5c791a59 (diff) |
Merge "Add message-router dependency in blueprint-processor for kafka-listener."
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 64f2b27cdd..ef7d8d4442 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: |