diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-08-14 12:52:29 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-08-14 12:52:57 +0000 |
commit | d0f0a8204cf6d9a016c1cd66a7034905b63113e7 (patch) | |
tree | 5c4fb4b1ccb9db2174fc1d78ab482504573fe52d | |
parent | ee0bd4a3ba4aa498e0be77957dcab20bdbff82d3 (diff) |
Fix unclosed quoted string at line 72
Issue-ID: DCAEGEN2-706
Change-Id: I902b0554bbbb54a880571e17f22941f375888b6e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r-- | blueprints/k8s-ves.yaml-template | 2 |
1 files changed, 1 insertions, 1 deletions
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" |