From 029ec4cd67b57986ac5746517f1ee027bd220edc Mon Sep 17 00:00:00 2001 From: chirangaalwis Date: Mon, 18 Oct 2021 10:52:48 +0530 Subject: [PATCH] Combine Service Account to map with resource kind --- content/en/docs/reference/access-authn-authz/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authorization.md b/content/en/docs/reference/access-authn-authz/authorization.md index 0698512772..21b6089e86 100644 --- a/content/en/docs/reference/access-authn-authz/authorization.md +++ b/content/en/docs/reference/access-authn-authz/authorization.md @@ -134,7 +134,7 @@ The output is similar to this: no ``` -Similarly, to check whether a Service Account named `dev-sa` in Namespace `dev` +Similarly, to check whether a ServiceAccount named `dev-sa` in Namespace `dev` can list Pods in the Namespace `target`: ```bash