fix(kured): use rebootSentinelCommand
The chart docs is misleading and some additional configuration was needed to use rebootSentinelCommand instead of rebootSentinel...
🤦
This commit is contained in:
parent
43f0cd23e3
commit
1f28e7ffa7
1 changed files with 2 additions and 0 deletions
|
|
@ -34,4 +34,6 @@ spec:
|
||||||
endTime: "06:00" # 6:00 AM
|
endTime: "06:00" # 6:00 AM
|
||||||
annotateNodes: true
|
annotateNodes: true
|
||||||
# rebootDays: ["mo", "tu", "we", "th", "fr", "sa", "su"]
|
# rebootDays: ["mo", "tu", "we", "th", "fr", "sa", "su"]
|
||||||
|
useRebootSentinelHostPath: false
|
||||||
|
rebootSentinel: ""
|
||||||
rebootSentinelCommand: 'sh -c "! needs-restarting --reboothint"'
|
rebootSentinelCommand: 'sh -c "! needs-restarting --reboothint"'
|
||||||
|
|
|
||||||
Reference in a new issue