Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ✨ ServiceAccount: Added Role Binding
RoleBinding is a way to bind a Role to a user, group, or ServiceAccount within a namespace. A RoleBinding grants the permissions defined in a Role to the entity associated with the RoleBinding. A RoleBinding consists of two parts: the Role that defines the permissions, and the subject that defines the entity to which the permissions are granted. The subject can be a user, group, or ServiceAccount.
- Loading branch information