Add support for helm chart.
This commit is contained in:
		
							parent
							
								
									fc8d6cf821
								
							
						
					
					
						commit
						a7cc221d63
					
				|  | @ -584,6 +584,23 @@ spec: | ||||||
|                         - PreferNoSchedule |                         - PreferNoSchedule | ||||||
|                     tolerationSeconds: |                     tolerationSeconds: | ||||||
|                       type: integer |                       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: |               useLoadBalancer: | ||||||
|                 type: boolean |                 type: boolean | ||||||
|                 description: deprecated |                 description: deprecated | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue