make MirrorWeight's type int, not float64

This commit is contained in:
mathetake
2020-03-10 15:47:46 +09:00
parent 3425d6e965
commit 7380dbb8ab
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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: