fix(kured): tolerations belong to root level of values
This commit is contained in:
parent
17bd5d43d5
commit
ed7caab567
1 changed files with 5 additions and 5 deletions
|
|
@ -23,14 +23,14 @@ spec:
|
||||||
helm:
|
helm:
|
||||||
releaseName: kured
|
releaseName: kured
|
||||||
valuesObject:
|
valuesObject:
|
||||||
|
tolerations:
|
||||||
|
# allow kured to run on control-plane nodes
|
||||||
|
- key: "node-role.kubernetes.io"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
configuration:
|
configuration:
|
||||||
timeZone: Europe/Prague
|
timeZone: Europe/Prague
|
||||||
startTime: "02:00" # 2:00 AM
|
startTime: "02:00" # 2:00 AM
|
||||||
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"]
|
||||||
tolerations:
|
|
||||||
# allow kured to run on control-plane nodes
|
|
||||||
- key: "node-role.kubernetes.io"
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
|
||||||
Reference in a new issue