diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-20 09:19:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-20 09:19:24 +0000 |
commit | 4c2291ab1f569482b06ea7d1339bfca047012ae5 (patch) | |
tree | 811b56d101ec4b5aa308d4178c279bd213f87d6d /kubernetes/policy/components/policy-distribution/resources/config/config.json | |
parent | 6e80ecd2a6aeacf645f73f06d70d7947fc0f97d2 (diff) | |
parent | a5fbdecdd15c07b716b71cc1735f7d3571e58080 (diff) |
Merge "[POLICY] Change policy-distribution configuration"
Diffstat (limited to 'kubernetes/policy/components/policy-distribution/resources/config/config.json')
-rwxr-xr-x | kubernetes/policy/components/policy-distribution/resources/config/config.json | 2 |
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}", |