From cb105e1206032e3548990a564b64a6a4e887a517 Mon Sep 17 00:00:00 2001 From: Yoshiki Fujiwara <40357845+Yoshiki0705@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:40:51 +0900 Subject: [PATCH] Update content/ja/docs/reference/access-authn-authz/rbac.md Since this "pods" means a resource, should be modified as this suggestion. Co-authored-by: Tim Bannister --- content/ja/docs/reference/access-authn-authz/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/rbac.md b/content/ja/docs/reference/access-authn-authz/rbac.md index 2df1aa34a9..c324ce551f 100644 --- a/content/ja/docs/reference/access-authn-authz/rbac.md +++ b/content/ja/docs/reference/access-authn-authz/rbac.md @@ -48,7 +48,7 @@ NamespaceでRoleを定義する場合は、Roleを使用します。クラスタ #### Roleの例 以下はNamespace「default」にあるRoleの例で、 -{{< glossary_tooltip text="pods" term_id="pod" >}}への読み取りアクセス権の付与に使用できます。 +{{< glossary_tooltip text="Pod" term_id="pod" >}}への読み取りアクセス権の付与に使用できます。 ```yaml apiVersion: rbac.authorization.k8s.io/v1