File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -1452,16 +1452,17 @@ properties:
14521452 type : object
14531453 additionalProperties : false
14541454 kured :
1455+ type : object
14551456 properties :
14561457 affinity :
14571458 $ref : ' #/$defs/affinity'
14581459 configuration :
1459- properties :
1460- lockReleaseDelay :
1461- default : 5m
1462- type : string
1460+ description : |-
1461+ Passed through as-is to Kured chart
1462+ See <helmfile.d/upstream/kubereboot/kured/README.md#Configuration>
14631463 type : object
1464- additionalProperties : false
1464+ properties : {}
1465+ $comment : Would it be possible to extract schema from somewhere? Guess from the thing maybe?
14651466 dsAnnotations :
14661467 type : object
14671468 enabled :
@@ -1503,7 +1504,12 @@ properties:
15031504 $ref : ' #/$defs/resources'
15041505 tolerations :
15051506 $ref : ' #/$defs/tolerations'
1506- type : object
1507+ startTime : true # FIXME
1508+ timeZone : true # FIXME
1509+ drainTimeout : true # FIXME
1510+ endTime : true # FIXME
1511+ period : true # FIXME
1512+ rebootDays : true # FIXME
15071513 additionalProperties : false
15081514 metricsServer :
15091515 properties :
You can’t perform that action at this time.
0 commit comments