1
0
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:
Paweł Krupa
2020-06-28 14:28:41 +02:00
committed by GitHub
parent 7ece10a643
commit fa0a2ec6fe

View File

@@ -21,5 +21,5 @@ strategies:
enabled: true
params:
podsHavingTooManyRestarts:
podRestartThresholds: 100
podRestartThreshold: 100
includingInitContainers: true