Added comma for readability (#5941)

Signed-off-by: Bert Roos <Bert-R@users.noreply.github.com>
This commit is contained in:
Bert Roos 2018-12-12 15:23:20 +01:00 committed by Chris Hoffman
parent 2afefe6f1c
commit 426016d99f

View file

@ -110,7 +110,7 @@ setting. Otherwise deleted tokens in Kubernetes will not be properly revoked and
will be able to authenticate to this auth method.
Service Accounts used in this auth method will need to have access to the
TokenReview API. If Kubernetes is configured to use RBAC roles the Service
TokenReview API. If Kubernetes is configured to use RBAC roles, the Service
Account should be granted permissions to access this API. The following
example ClusterRoleBinding could be used to grant these permissions: