diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-06-12 23:39:01 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-06-12 23:39:47 +0000 |
commit | 855ed8989b95e4683f0a78423684421559d5e727 (patch) | |
tree | 4cbf0bc7a8339f20576060beccf84c504fc68e21 /kubernetes/dcaegen2/charts | |
parent | 3bf84a4b8c6760d24f971b5d2db5b565f451d6e5 (diff) |
fix invalid json config for PH
Change-Id: I90cc36a5be62445320be16183b0bef47355fd077
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1620
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'kubernetes/dcaegen2/charts')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |