From 2aeffaefba3426cb97939309575f11af1157aace Mon Sep 17 00:00:00 2001 From: "Charlie R.C" Date: Wed, 10 May 2017 04:43:41 -0500 Subject: [PATCH] fix typo in rbac.md --- docs/admin/authorization/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization/rbac.md b/docs/admin/authorization/rbac.md index 28349289e2..4cd0984f1c 100644 --- a/docs/admin/authorization/rbac.md +++ b/docs/admin/authorization/rbac.md @@ -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