mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
make MirrorWeight's type int, not float64
This commit is contained in:
@@ -278,7 +278,7 @@ Istio example:
|
||||
# Traffic shadowing (compatible with Istio only)
|
||||
mirror: true
|
||||
# Weight of the traffic mirrored to your canary (defaults to 100%)
|
||||
mirrorWeight: 100.0
|
||||
mirrorWeight: 100
|
||||
```
|
||||
|
||||
Mirroring rollout steps for service mesh:
|
||||
|
||||
Reference in New Issue
Block a user