Skip to content

Commit

Permalink
feat: Multiple VirtualService objects support for canary strategy of …
Browse files Browse the repository at this point in the history
…Argo Rollouts. fixing the lint issue. fixes #1100

Signed-off-by: Darshan Hassan Shashikumar <[email protected]>
  • Loading branch information
darshanhs09 committed Aug 12, 2021
1 parent 2222dc8 commit f627404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollout/trafficrouting/istio/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func (c *IstioController) EnqueueRolloutFromIstioVirtualService(vsvc interface{}

func (c *IstioController) GetReferencedVirtualServices(ro *v1alpha1.Rollout) (*[]unstructured.Unstructured, error) {
var fldPath *field.Path
fldPath = field.NewPath("spec", "strategy", "canary", "trafficRouting", "istio")
ctx := context.TODO()
virtualServices := []unstructured.Unstructured{}
if ro.Spec.Strategy.Canary != nil {
Expand Down

0 comments on commit f627404

Please sign in to comment.