Allow topologySpreadConstraints to be a string

This commit is contained in:
Eric Miller 2021-11-30 15:49:12 -06:00
parent b67a874090
commit fb3126b864

View file

@ -356,7 +356,8 @@
"topologySpreadConstraints": { "topologySpreadConstraints": {
"type": [ "type": [
"null", "null",
"array" "array",
"string"
] ]
}, },
"webhookAnnotations": { "webhookAnnotations": {