Skip to content

Commit 7f938e0

Browse files
authored
Merge pull request #40821 from ialidzhikov/patch-1
Fix the comma symbol
2 parents a6511b1 + eb3e564 commit 7f938e0

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/access-authn-authz

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ If you restrict `list` or `watch` by resourceName, clients must include a `metad
284284
For example, `kubectl get configmaps --field-selector=metadata.name=my-configmap`
285285
{{< /note >}}
286286

287-
Rather than referring to individual `resources``apiGroups`, and `verbs`,
287+
Rather than referring to individual `resources`, `apiGroups`, and `verbs`,
288288
you can use the wildcard `*` symbol to refer to all such objects.
289289
For `nonResourceURLs`, you can use the wildcard `*` as a suffix glob match.
290290
For `resourceNames`, an empty set means that everything is allowed.

0 commit comments

Comments
 (0)