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 <tim@scalefactory.com>
This commit is contained in:
Yoshiki Fujiwara
2020-10-01 08:40:51 +09:00
committed by GitHub
parent 345a7f80a8
commit cb105e1206
@@ -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