Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct typo in allow-edit-rbac: apiGroups should not include version
This corrects a typo introduced in #290, instead of: - apiGroups: - "rbac.authorization.k8s.io/v1" We should have: - apiGroups: - "rbac.authorization.k8s.io"
- Loading branch information