Update controller/controller.go

Co-authored-by: Nick Jüttner <nick@juni.io>
This commit is contained in:
Thibault Jamet 2021-05-05 16:32:09 +02:00 committed by GitHub
parent 17fb8813d0
commit 0eebf53c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,6 @@ func (c *Controller) RunOnce(ctx context.Context) error {
sourceEndpointsTotal.Set(float64(len(endpoints)))
endpoints = c.Registry.AdjustEndpoints(endpoints)
//filter :=
plan := &plan.Plan{
Policies: []plan.Policy{c.Policy},