From 426016d99f5ca0ccbe822c371c45bc2b86ee1b88 Mon Sep 17 00:00:00 2001 From: Bert Roos Date: Wed, 12 Dec 2018 15:23:20 +0100 Subject: [PATCH] Added comma for readability (#5941) Signed-off-by: Bert Roos --- website/source/docs/auth/kubernetes.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/auth/kubernetes.html.md b/website/source/docs/auth/kubernetes.html.md index 32df07f2d9..57d2d34947 100644 --- a/website/source/docs/auth/kubernetes.html.md +++ b/website/source/docs/auth/kubernetes.html.md @@ -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: