Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rbac permission for packageinstall finalizers (#582)
https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement enforces that you need the update perm for the finalizers subresource to make an object be owned by it. We create Apps that are owned by PackageInstalls, and thus need to be able to update the packageinstalls/finalizers.
- Loading branch information