From 4da0638f3efa5e72ba518d49273bced134bda99e Mon Sep 17 00:00:00 2001 From: gw0 Date: Mon, 28 Mar 2022 13:20:36 +0200 Subject: [PATCH] Fix values schema to support config in YAML (#684) --- values.schema.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/values.schema.json b/values.schema.json index 5237848..39d0765 100644 --- a/values.schema.json +++ b/values.schema.json @@ -566,7 +566,10 @@ ] }, "config": { - "type": "string" + "type": [ + "string", + "object" + ] }, "disruptionBudget": { "type": "object", @@ -589,7 +592,10 @@ "type": "object", "properties": { "config": { - "type": "string" + "type": [ + "string", + "object" + ] }, "enabled": { "type": "boolean" @@ -822,7 +828,10 @@ "type": "object", "properties": { "config": { - "type": "string" + "type": [ + "string", + "object" + ] }, "enabled": { "type": [