Fix a typo

This commit is contained in:
hridyesh bisht 2025-06-16 16:54:34 +05:30 committed by Patrick Seidensal
parent 411400049a
commit 3fa133c662
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ rolloutStrategy:
autoPartitionSize: 10%
```
* Fleet creates 00 partitions, each with 10 clusters.
* Fleet creates 10 partitions, each with 20 clusters.
* Deployment proceeds sequentially by partition.
* If two or more partitions become non-ready, rollout pauses.
* If one partition is non-ready, rollout can proceed to the next.