diff options
author | 2019-04-12 17:58:03 +0000 | |
---|---|---|
committer | 2019-04-12 17:58:03 +0000 | |
commit | 95840bfa23fb50bbcc8109a8a223ff2b247c6001 (patch) | |
tree | 7b93e596b0a340ce026454d7d63320e166d97160 /kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json | |
parent | c22ceb9913b31ad2738a1f1391b382352a5de67d (diff) | |
parent | ecc9f60e3853fa4a15de3adb3b1823ec73f5b619 (diff) |
Merge "Update image versions"
Diffstat (limited to 'kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json | 1 |
1 files changed, 1 insertions, 0 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 76aa3838aa..74abbb0664 100644 --- a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json +++ b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json @@ -12,6 +12,7 @@ }, "policy_engine": { "url": "https://{{ .Values.config.address.policy_pdp }}.{{include "common.namespace" . }}:8081", + "path_decision": "/decision/v1", "path_notifications": "/pdp/notifications", "path_api": "/pdp/api/", "headers": { |