Skip to content

Commit 6160e7f

Browse files
add service account lister to configmapunpacker in test
1 parent 0e1d7bc commit 6160e7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/controller/operators/catalog/operator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ func NewOperator(ctx context.Context, kubeconfigPath string, clock utilclock.Clo
736736
bundle.WithPodLister(buPodInformer.Lister()),
737737
bundle.WithRoleLister(roleInformer.Lister()),
738738
bundle.WithRoleBindingLister(roleBindingInformer.Lister()),
739+
bundle.WithServiceAccountLister(serviceAccountInformer.Lister()),
739740
bundle.WithOPMImage(opmImage),
740741
bundle.WithUtilImage(utilImage),
741742
bundle.WithNow(op.now),

0 commit comments

Comments
 (0)