Add support for helm chart.
This commit is contained in:
parent
98bd4a5b9e
commit
02006f4c54
|
|
@ -4055,6 +4055,23 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: array
|
||||
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:
|
||||
description: |-
|
||||
deprecated load balancer settings maintained for backward compatibility
|
||||
|
|
|
|||
Loading…
Reference in New Issue