From 06bda8d42fb348218102a25bb32f3d1860cac2ab Mon Sep 17 00:00:00 2001 From: Razco Date: Thu, 27 Jul 2023 18:11:17 +0300 Subject: [PATCH] add null type to datasource config --- values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.schema.json b/values.schema.json index ffd32a8..f77be73 100644 --- a/values.schema.json +++ b/values.schema.json @@ -18,7 +18,7 @@ "type": "object", "title": "ServerDataSourceConfig", "additionalProperties": false, "properties": { "config": { - "type": "object", "title": "DataSourceConfig", "additionalProperties": false, + "type": ["object", "null"], "title": "DataSourceConfig", "additionalProperties": false, "properties": { "entries": { "type": "array", "title": "list of data sources", "default": [],