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
parent
9d659cf387
commit
a95c8b9585
|
|
@ -25,7 +25,7 @@ plugins:
|
|||
- $CONTEXT
|
||||
- --namespace
|
||||
- $NAMESPACE
|
||||
- $RESOURCE_NAME
|
||||
- $RESOURCE_NAME.$RESOURCE_GROUP
|
||||
- $NAME
|
||||
- -p
|
||||
- '{"metadata":{"finalizers":null}}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue