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 <tim@scalefactory.com>
pull/24236/head
Yoshiki Fujiwara 2020-10-01 08:39:28 +09:00 committed by GitHub
parent 1dac786c11
commit 345a7f80a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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を指定する必要があります。