summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-blueprints-processor/templates
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-08-09 14:28:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-09 14:28:03 +0000
commitc131f5fdc6697f842d2edb101ebbec5d7de36e14 (patch)
treed5b6472ffd86c61cd0a534f42c91250f299f36b9 /kubernetes/cds/charts/cds-blueprints-processor/templates
parenta3fa1d2a65ae78034d6207cc941fbbd9ca583386 (diff)
parent1ac632ddbd15a11b00737b33536a8fc71c2cf502 (diff)
Merge "Add message-router dependency in blueprint-processor for kafka-listener." into staging
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates')
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml4
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 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: