From: Vijay Venkatesh Kumar Date: Wed, 12 Jun 2019 23:39:01 +0000 (+0000) Subject: fix invalid json config for PH X-Git-Tag: 4.0.0-ONAP~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=855ed8989b95e4683f0a78423684421559d5e727 fix invalid json config for PH Change-Id: I90cc36a5be62445320be16183b0bef47355fd077 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1620 Signed-off-by: Vijay Venkatesh Kumar --- diff --git a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json index 1db11ad476..7342ca633a 100644 --- a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json +++ b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json @@ -12,7 +12,7 @@ }, "policy_engine": { "url": "https://{{ .Values.config.address.policy_xacml_pdp }}:6969", - "path_decision": "/policy/pdpx/v1/decision" + "path_decision": "/policy/pdpx/v1/decision", "path_notifications": "/pdp/notifications", "path_api": "/pdp/api/", "headers": {