Add AppMesh v1beta2 to factories

This commit is contained in:
stefanprodan
2020-05-08 13:15:37 +03:00
parent 52c757250a
commit 854d7665f0
5 changed files with 43 additions and 51 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func (c *Controller) revertMesh(r *flaggerv1.Canary) error {
provider = r.Spec.Provider
}
meshRouter := c.routerFactory.MeshRouter(provider)
meshRouter := c.routerFactory.MeshRouter(provider, "")
if err := meshRouter.Finalize(r); err != nil {
return fmt.Errorf("meshRouter.Finlize failed: %w", err)
}