Merge pull request #632 from rafaelgaspar/fix-multiple-paths-per-rule

Fix multiple paths per rule on canary ingress
This commit is contained in:
Stefan Prodan
2020-06-22 17:45:09 +03:00
committed by GitHub

View File

@@ -46,7 +46,6 @@ func (i *IngressRouter) Reconcile(canary *flaggerv1.Canary) error {
if y.Backend.ServiceName == apexName {
ingressClone.Spec.Rules[k].HTTP.Paths[x].Backend.ServiceName = canaryName
backendExists = true
break
}
}
}