Add support for helm chart.
This commit is contained in:
parent
e9915f37ee
commit
a7ee87cf9e
|
|
@ -589,6 +589,23 @@ spec:
|
|||
- PreferNoSchedule
|
||||
tolerationSeconds:
|
||||
type: integer
|
||||
topologySpreadConstraints:
|
||||
type: array
|
||||
nullable: true
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
maxskew:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 1
|
||||
topologyKey:
|
||||
type: string
|
||||
whenUnsatisfiable:
|
||||
type: string
|
||||
enum:
|
||||
- DoNotSchedule
|
||||
- ScheduleAnyway
|
||||
useLoadBalancer:
|
||||
type: boolean
|
||||
description: deprecated
|
||||
|
|
|
|||
Loading…
Reference in New Issue