Skip to content

Commit 28b1854

Browse files
authored
Merge pull request #36198 from davidmlentz/patch-2
Fix typo
2 parents 658bb17 + 603f810 commit 28b1854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/rbac-good-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ some general rules that can be applied are :
3232
ClusterRoleBindings to give users rights only within a specific namespace.
3333
- Avoid providing wildcard permissions when possible, especially to all resources.
3434
As Kubernetes is an extensible system, providing wildcard access gives rights
35-
not just to all object types that currently exist in the cluster, but also to all future object types
35+
not just to all object types that currently exist in the cluster, but also to all object types
3636
which are created in the future.
3737
- Administrators should not use `cluster-admin` accounts except where specifically needed.
3838
Providing a low privileged account with

0 commit comments

Comments
 (0)