chore(plugins,remove-finalizers): make sure the resources api group is respected (#2926)

I had an issue where RabbitMQ created a CRD called `policies`, but
Kyverno also did and the finalizer removal did not hit the RabbitMQ CRD.
mine
Jonas Badstübner 2024-10-30 14:39:02 +01:00 committed by GitHub
parent 9d659cf387
commit a95c8b9585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ plugins:
- $CONTEXT
- --namespace
- $NAMESPACE
- $RESOURCE_NAME
- $RESOURCE_NAME.$RESOURCE_GROUP
- $NAME
- -p
- '{"metadata":{"finalizers":null}}'