diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-03-24 12:32:41 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-26 17:30:34 +0000 |
commit | e2bb52d749378f19b28e71aeea67a980bdfed066 (patch) | |
tree | 0b3c79d8c38fee315ebc50fc0aa24203dde56389 /kubernetes/dcaegen2-services/components/dcae-ves-collector | |
parent | 75a52ff6aa54884e3b79e538c77d64caacdce6ba (diff) |
[DCAEGEN2] Fix VES Helm Chart to use correct schema
v7 endpoint should use updated schema file:
CommonEventFormat_30.2.1_ONAP.json
instead of:
CommonEventFormat_30.2_ONAP.json
Issue-ID: DCAEGEN2-2697
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ib5c02653af809b5c65c962dda9b39ad839dae639
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-ves-collector')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml b/kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml index 0c0fd86777..62c640453b 100644 --- a/kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml @@ -89,7 +89,7 @@ applicationConfig: collector.truststore.file.location: /opt/app/dcae-certificate/trust.jks collector.truststore.passwordfile: /opt/app/dcae-certificate/trust.pass 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.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2_ONAP.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.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}" collector.externalSchema.checkflag: 1 collector.externalSchema.schemasLocation: "./etc/externalRepo/" collector.externalSchema.mappingFileLocation: "./etc/externalRepo/schema-map.json" |