mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-03 02:00:18 +00:00
make MirrorWeight's type int, not float64
This commit is contained in:
@@ -325,7 +325,7 @@ spec:
|
||||
# enable traffic shadowing
|
||||
mirror: true
|
||||
# weight of the traffic mirrored to your canary (defaults to 100%)
|
||||
mirrorWeight: 100.0
|
||||
mirrorWeight: 100
|
||||
metrics:
|
||||
- name: request-success-rate
|
||||
thresholdRange:
|
||||
|
||||
Reference in New Issue
Block a user