1
0
Fork 0
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 ()

Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2022-06-27 12:44:42 +08:00 committed by GitHub
parent fbde1fbcbe
commit 1c329ea65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@ func main() {
kyvernoV1.Policies(),
kyvernoV1beta1.UpdateRequests(),
kubeInformer.Core().V1().Namespaces(),
kubeInformer.Core().V1().Pods(),
kubeKyvernoInformer.Core().V1().Pods(),
eventGenerator,
configuration,
)