From 5ede1e94c5efbaa7b17221ad4bf0e9b5bb92c835 Mon Sep 17 00:00:00 2001 From: santadasu Date: Tue, 29 Sep 2020 14:28:39 -0700 Subject: [PATCH] Correct a type in horizontal-pod-autoscale file None --- .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index f914480905..c79059d335 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -405,8 +405,8 @@ behavior: periodSeconds: 60 ``` -To allow a final drop of 5 pods, another policy can be added and a selection -strategy of minimum: +To allow a final drop of 5 pods, another policy can be added with a selection +strategy of maximum: ```yaml behavior: