From: HuabingZhao Date: Sat, 16 Sep 2017 01:02:46 +0000 (-0400) Subject: Fix annotation issue for policy X-Git-Tag: 2.0.0-ONAP~649 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=ead916e6bf28122143dbceb85e016ff085a92f0e Fix annotation issue for policy The json format is not correct due to lacking of a comma. Issue-Id: OOM-222 Change-Id: I5af614d02e8cddd96efa80d09d72dcf264756ae1 Signed-off-by: HuabingZhao --- diff --git a/kubernetes/policy/templates/all-services.yaml b/kubernetes/policy/templates/all-services.yaml index 0d9a68ac25..04c984df54 100644 --- a/kubernetes/policy/templates/all-services.yaml +++ b/kubernetes/policy/templates/all-services.yaml @@ -76,7 +76,7 @@ metadata: "serviceName": "policy-pdp", "version": "v1", "url": "/pdp", - "protocol": "REST" + "protocol": "REST", "port": "8081", "visualRange":"1" }, @@ -84,7 +84,7 @@ metadata: "serviceName": "policy-pdp-deprecated", "version": "v1", "url": "/pdp", - "protocol": "REST" + "protocol": "REST", "port": "8081", "visualRange":"1", "path":"/pdp"