From ead916e6bf28122143dbceb85e016ff085a92f0e Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Fri, 15 Sep 2017 21:02:46 -0400 Subject: [PATCH] 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 --- kubernetes/policy/templates/all-services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.16.6