Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/user/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This example binds a Role to the `default` service account in the `default` name

**Note:** For production usage you should create a specific service account to bind the Role to.

1. Generate the RBAC manifest from the template given in the repository by setting the namesapce and service account:
1. Generate the RBAC manifest from the template given in the repository by setting the namespace and service account:

```sh
$ sed -e 's/<namespace>/default/g' \
Expand Down