Add support for helm chart.
This commit is contained in:
		
							parent
							
								
									fc8d6cf821
								
							
						
					
					
						commit
						a7cc221d63
					
				|  | @ -584,6 +584,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