Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: S-mishina <[email protected]>
  • Loading branch information
S-mishina committed May 16, 2024
1 parent 948f6b0 commit 808f945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/router/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ func (ir *IstioRouter) reconcileVirtualService(canary *flaggerv1.Canary) error {
Infof("VirtualService %s.%s updated", virtualService.GetName(), canary.Namespace)
}
}

ignoreCmpOptions := []cmp.Option{
cmpopts.IgnoreFields(istiov1beta1.HTTPRouteDestination{}, "Weight"),
cmpopts.IgnoreFields(istiov1beta1.HTTPRoute{}, "Mirror", "MirrorPercentage"),
Expand Down

0 comments on commit 808f945

Please sign in to comment.