Skip to content

Commit

Permalink
chore(plugins,remove-finalizers): make sure the resources api group i…
Browse files Browse the repository at this point in the history
…s 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.
  • Loading branch information
jonasbadstuebner authored Oct 30, 2024
1 parent 9d659cf commit a95c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/remove-finalizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins:
- $CONTEXT
- --namespace
- $NAMESPACE
- $RESOURCE_NAME
- $RESOURCE_NAME.$RESOURCE_GROUP
- $NAME
- -p
- '{"metadata":{"finalizers":null}}'
Expand Down

0 comments on commit a95c8b9

Please sign in to comment.