Skip to content

Commit 5ede1e9

Browse files
authored
Correct a type in horizontal-pod-autoscale file
None
1 parent 7a26860 commit 5ede1e9

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)