summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-10-20 09:19:24 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-20 09:19:24 +0000
commit4c2291ab1f569482b06ea7d1339bfca047012ae5 (patch)
tree811b56d101ec4b5aa308d4178c279bd213f87d6d /kubernetes
parent6e80ecd2a6aeacf645f73f06d70d7947fc0f97d2 (diff)
parenta5fbdecdd15c07b716b71cc1735f7d3571e58080 (diff)
Merge "[POLICY] Change policy-distribution configuration"
Diffstat (limited to 'kubernetes')
-rwxr-xr-xkubernetes/policy/components/policy-distribution/resources/config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-distribution/resources/config/config.json b/kubernetes/policy/components/policy-distribution/resources/config/config.json
index 9b9a7a5a93..8d31575a3f 100755
--- a/kubernetes/policy/components/policy-distribution/resources/config/config.json
+++ b/kubernetes/policy/components/policy-distribution/resources/config/config.json
@@ -54,7 +54,7 @@
"parameters":{
"asdcAddress": "sdc-be:8443",
"messageBusAddress": [
- "message-router"
+ "message-router.{{ include "common.namespace" . }}"
],
"user": "${SDCBE_USER}",
"password": "${SDCBE_PASSWORD}",