Skip to content

Commit a1d84d0

Browse files
committed
operator: pass configmaplister to auditPolicyController
1 parent 52ad39a commit a1d84d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/operator/starter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ func RunOperator(ctx context.Context, controllerContext *controllercmd.Controlle
443443
kubeClient,
444444
configInformers,
445445
kubeInformersForNamespaces.InformersFor(operatorclient.TargetNamespace),
446+
kubeInformersForNamespaces.ConfigMapLister().ConfigMaps(operatorclient.TargetNamespace),
446447
controllerContext.EventRecorder,
447448
)
448449

0 commit comments

Comments
 (0)