From b4006a19a05fee1a140ebc6e09c7c38bde8e9e77 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 8 Dec 2024 16:54:14 +0200 Subject: [PATCH] Update values.schema.json Signed-off-by: Itay Grudev --- charts/cluster/values.schema.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/charts/cluster/values.schema.json b/charts/cluster/values.schema.json index 55b45fca7..128fb02f7 100644 --- a/charts/cluster/values.schema.json +++ b/charts/cluster/values.schema.json @@ -275,11 +275,7 @@ "type": "array" }, "synchronous": { - "type": "object", - "properties": { - "method": "string", - "number": "integer" - } + "type": "object" } } },