From fa0a2ec6fe92acb3faaebc7afc765c09e974fd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Sun, 28 Jun 2020 14:28:41 +0200 Subject: [PATCH] examples: fix typo Fix incorrect example causing following error in runtime: PodsHavingTooManyRestarts thresholds not set --- examples/policy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/policy.yaml b/examples/policy.yaml index e1aaf624b..2d42b8632 100644 --- a/examples/policy.yaml +++ b/examples/policy.yaml @@ -21,5 +21,5 @@ strategies: enabled: true params: podsHavingTooManyRestarts: - podRestartThresholds: 100 + podRestartThreshold: 100 includingInitContainers: true