1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +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 enabled: true
params: params:
podsHavingTooManyRestarts: podsHavingTooManyRestarts:
podRestartThresholds: 100 podRestartThreshold: 100
includingInitContainers: true includingInitContainers: true