We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03364f commit 2bc3fefCopy full SHA for 2bc3fef
pkg/sync/sync_context.go
@@ -608,7 +608,7 @@ func (sc *syncContext) started() bool {
608
}
609
610
func (sc *syncContext) containsResource(resource reconciledResource) bool {
611
- return sc.resourcesFilter == nil || sc.resourcesFilter(resource.key(), resource.Live, resource.Target)
+ return sc.resourcesFilter == nil || sc.resourcesFilter(resource.key(), resource.Target, resource.Live)
612
613
614
// generates the list of sync tasks we will be performing during this sync.
0 commit comments