Add topologySpreadConstraints to values schema

This commit is contained in:
Eric Miller 2021-11-22 14:36:11 -06:00
parent 87c3e62030
commit 8840187301

View file

@ -367,6 +367,13 @@
"string"
]
},
"topologySpreadConstraints": {
"type": [
"null",
"array",
"string"
]
},
"webhookAnnotations": {
"type": [
"object",