From 345a7f80a8a9bda95d9d0e43df5df31f343a4621 Mon Sep 17 00:00:00 2001 From: Yoshiki Fujiwara <40357845+Yoshiki0705@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:39:28 +0900 Subject: [PATCH] Update content/ja/docs/reference/access-authn-authz/rbac.md I'll take it this because there is no examples or mentions deny in "deny" format before/after this line. 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 fd18f9b097..2df1aa34a9 100644 --- a/content/ja/docs/reference/access-authn-authz/rbac.md +++ b/content/ja/docs/reference/access-authn-authz/rbac.md @@ -30,7 +30,7 @@ RBAC APIは4種類のKubernetesオブジェクト(_Role_、 _ClusterRole_、 _R ### RoleとClusterRole RBACの _Role_ または _ClusterRole_ には、一連の権限を表すルールが含まれて言います。 -権限は完全な追加方式です。("deny"のルールはありません)。 +権限は完全な追加方式です。(「deny」のルールはありません)。 Roleは常に特定の{{< glossary_tooltip text="namespace" term_id="namespace" >}}で権限を設定します。 つまり、Roleを作成する時は、Roleが属するNamespaceを指定する必要があります。