mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
examples: fix typo
Fix incorrect example causing following error in runtime: PodsHavingTooManyRestarts thresholds not set
This commit is contained in:
@@ -21,5 +21,5 @@ strategies:
|
||||
enabled: true
|
||||
params:
|
||||
podsHavingTooManyRestarts:
|
||||
podRestartThresholds: 100
|
||||
podRestartThreshold: 100
|
||||
includingInitContainers: true
|
||||
|
||||
Reference in New Issue
Block a user