From d0f0a8204cf6d9a016c1cd66a7034905b63113e7 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 14 Aug 2018 12:52:29 +0000 Subject: Fix unclosed quoted string at line 72 Issue-ID: DCAEGEN2-706 Change-Id: I902b0554bbbb54a880571e17f22941f375888b6e Signed-off-by: Jack Lucas --- blueprints/k8s-ves.yaml-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blueprints') diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template index e9950f6..6a80272 100644 --- a/blueprints/k8s-ves.yaml-template +++ b/blueprints/k8s-ves.yaml-template @@ -69,7 +69,7 @@ node_templates: collector.keystore.file.location: /opt/app/VESCollector/etc/keystore collector.keystore.passwordfile: /opt/app/VESCollector/etc/passwordfile collector.schema.checkflag: "1" - collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.json\",\"v7\":\"./etc/CommonEventFormat_30.0.1.json\"} + collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.json\",\"v7\":\"./etc/CommonEventFormat_30.0.1.json\"}" collector.service.port: "8080" collector.service.secure.port: "8443" event.transform.flag: "0" -- cgit 1.2.3-korg