Allow topologySpreadConstraints to be a string
This commit is contained in:
parent
b67a874090
commit
fb3126b864
1 changed files with 2 additions and 1 deletions
|
@ -356,7 +356,8 @@
|
||||||
"topologySpreadConstraints": {
|
"topologySpreadConstraints": {
|
||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"array"
|
"array",
|
||||||
|
"string"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"webhookAnnotations": {
|
"webhookAnnotations": {
|
||||||
|
|
Loading…
Reference in a new issue