mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 09:40:52 +00:00
fix: max weight for steps fixed
This commit is contained in:
@@ -29,7 +29,6 @@ canary:
|
||||
analysis:
|
||||
promotion:
|
||||
fullWeight: 1000
|
||||
maxWeight: 500
|
||||
stepWeights: [1, 10, 100, 800]
|
||||
```
|
||||
This configuration performs analysis starting from 1, going through `stepWeights` values till 800.
|
||||
|
||||
Reference in New Issue
Block a user