Fix multiple paths per rule on canary ingress

This commit is contained in:
Rafael Gaspar
2020-06-22 15:59:27 +02:00
parent 1a65937278
commit b890b79234
-1
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
}
}
}