fix typo in rbac.md

This commit is contained in:
Charlie R.C
2017-05-10 04:43:41 -05:00
committed by Andrew Chen
parent 642043cfe1
commit 2aeffaefba
+1 -1
View File
@@ -270,7 +270,7 @@ modules. Groups, like users, are represented as strings, and that string
has no format requirements, other than that the prefix `system:` is reserved.
[Service Accounts](/docs/tasks/configure-pod-container/configure-service-account/) have usernames with the `system:serviceaccount:` prefix and belong
to groups with the `system:serviceaccounts` prefix.
to groups with the `system:serviceaccounts:` prefix.
#### Role Binding Examples