Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add permission to update namespaces/finalizer to webhook cluster role (…
…knative-extensions#1000) (similar to knative/eventing#5501) This patch adds the permission to update `namespaces/finalizers`. Since knative/pkg#2098 added ownerRef refers to namespace for webhook, we need this permission. Without it, cluster which has a stricter RBAC rules gets the following error: ``` cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on ... ``` Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
- Loading branch information