diff --git a/values.schema.json b/values.schema.json index 15440431a..ddab21f10 100644 --- a/values.schema.json +++ b/values.schema.json @@ -522,7 +522,10 @@ ] }, "config": { - "type": "string" + "type": [ + "string", + "object" + ] }, "disruptionBudget": { "type": "object", @@ -545,7 +548,10 @@ "type": "object", "properties": { "config": { - "type": "string" + "type": [ + "string", + "object" + ] }, "enabled": { "type": "boolean" @@ -775,7 +781,10 @@ "type": "object", "properties": { "config": { - "type": "string" + "type": [ + "string", + "object" + ] }, "enabled": { "type": [