mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
+2
-6
@@ -54,9 +54,7 @@ func (gr *GlooRouter) Reconcile(canary *flaggerv1.Canary) error {
|
||||
// eventually inherit from parent, used for A/B rollouts too?
|
||||
Matchers: []gloov1.Matcher{
|
||||
{
|
||||
PathSpecifier: gloov1.Matcher_Prefix{
|
||||
Prefix: "/",
|
||||
},
|
||||
Prefix: "/",
|
||||
},
|
||||
},
|
||||
Action: gloov1.RouteAction{
|
||||
@@ -196,9 +194,7 @@ func (gr *GlooRouter) SetRoutes(
|
||||
// eventually inherit from parent, used for A/B rollouts too?
|
||||
Matchers: []gloov1.Matcher{
|
||||
{
|
||||
PathSpecifier: gloov1.Matcher_Prefix{
|
||||
Prefix: "/",
|
||||
},
|
||||
Prefix: "/",
|
||||
},
|
||||
},
|
||||
Action: gloov1.RouteAction{
|
||||
|
||||
Reference in New Issue
Block a user