Skip to content

Commit

Permalink
Merge pull request #439 from 3scale/backport-438
Browse files Browse the repository at this point in the history
[backport-438] Fix backend status sync condition
  • Loading branch information
eguzki authored Jul 22, 2020
2 parents 8c85a05 + f485f4f commit 76e80b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/backend/status_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func NewStatusReconciler(b *reconcilers.BaseReconciler, backendResource *capabil
BaseReconciler: b,
backendResource: backendResource,
backendAPIEntity: backendAPIEntity,
syncError: syncError,
logger: b.Logger().WithValues("Status Reconciler", backendResource.Name),
}
}
Expand Down

0 comments on commit 76e80b9

Please sign in to comment.