Skip to content

Commit

Permalink
fix(support-bundle): missing informer in cacheSyncs
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and shuo-wu committed Aug 29, 2023
1 parent aef3226 commit 8b1f12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/support_bundle_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewSupportBundleController(
UpdateFunc: func(old, cur interface{}) { c.enqueue(cur) },
DeleteFunc: c.enqueue,
}, 0)
c.cacheSyncs = append(c.cacheSyncs, ds.OrphanInformer.HasSynced)
c.cacheSyncs = append(c.cacheSyncs, ds.SupportBundleInformer.HasSynced)

return c
}
Expand Down

0 comments on commit 8b1f12e

Please sign in to comment.