From 9f9cc0c3ca3c3771d054b6d8092f5b240325864e Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sat, 5 Nov 2022 08:22:44 +0100 Subject: [PATCH] Fix inconsistency in config Fixes #60 --- pkg/schema/schemas/config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/schema/schemas/config.schema.json b/pkg/schema/schemas/config.schema.json index 3731aee..1a13e87 100644 --- a/pkg/schema/schemas/config.schema.json +++ b/pkg/schema/schemas/config.schema.json @@ -138,7 +138,7 @@ "kind": { "type": "string", "enum": [ - "influxdb-v2", + "influxdb", "prometheus", "cc-metric-store", "test"