Skip to content

Commit 34a563e

Browse files
committed
schema: tweak kured
1 parent 1c708cc commit 34a563e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

config/schemas/config.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)