Skip to content

Commit 5bf9d97

Browse files
authored
Merge pull request #24231 from santadasu/patch-1
Correct a typo in horizontal-pod-autoscale file
2 parents eb99d75 + 5ede1e9 commit 5bf9d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ behavior:
405405
periodSeconds: 60
406406
```
407407

408-
To allow a final drop of 5 pods, another policy can be added and a selection
409-
strategy of minimum:
408+
To allow a final drop of 5 pods, another policy can be added with a selection
409+
strategy of maximum:
410410

411411
```yaml
412412
behavior:

0 commit comments

Comments
 (0)