Add topologySpreadConstraints to values schema
This commit is contained in:
parent
87c3e62030
commit
8840187301
1 changed files with 7 additions and 0 deletions
|
@ -367,6 +367,13 @@
|
|||
"string"
|
||||
]
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": [
|
||||
"null",
|
||||
"array",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
"webhookAnnotations": {
|
||||
"type": [
|
||||
"object",
|
||||
|
|
Loading…
Reference in a new issue