Skip to content

Commit 90a2ca8

Browse files
jonasbadstuebnerthorbenbelow
authored andcommitted
chore(plugins,remove-finalizers): make sure the resources api group is respected (derailed#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.
1 parent 972254d commit 90a2ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/remove-finalizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins:
2525
- $CONTEXT
2626
- --namespace
2727
- $NAMESPACE
28-
- $RESOURCE_NAME
28+
- $RESOURCE_NAME.$RESOURCE_GROUP
2929
- $NAME
3030
- -p
3131
- '{"metadata":{"finalizers":null}}'

0 commit comments

Comments
 (0)