Fix values schema to support config in YAML (#684)

This commit is contained in:
gw0 2022-03-28 13:20:36 +02:00 committed by GitHub
parent 460b5e1b65
commit 4da0638f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -566,7 +566,10 @@
] ]
}, },
"config": { "config": {
"type": "string" "type": [
"string",
"object"
]
}, },
"disruptionBudget": { "disruptionBudget": {
"type": "object", "type": "object",
@ -589,7 +592,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"config": { "config": {
"type": "string" "type": [
"string",
"object"
]
}, },
"enabled": { "enabled": {
"type": "boolean" "type": "boolean"
@ -822,7 +828,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"config": { "config": {
"type": "string" "type": [
"string",
"object"
]
}, },
"enabled": { "enabled": {
"type": [ "type": [