mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Use kyverno namespace informer to list pods while processing URs (#4156)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
fbde1fbcbe
commit
1c329ea65f
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ func main() {
|
|||
kyvernoV1.Policies(),
|
||||
kyvernoV1beta1.UpdateRequests(),
|
||||
kubeInformer.Core().V1().Namespaces(),
|
||||
kubeInformer.Core().V1().Pods(),
|
||||
kubeKyvernoInformer.Core().V1().Pods(),
|
||||
eventGenerator,
|
||||
configuration,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue