From 89a8ad3951fce713d43854b62dc909c676276770 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Tue, 31 May 2022 13:37:41 +0800 Subject: [PATCH] Fix a typo in rbac-good-practices.md Signed-off-by: Guangwen Feng --- content/en/docs/concepts/security/rbac-good-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/rbac-good-practices.md b/content/en/docs/concepts/security/rbac-good-practices.md index a78ee1fe90..7361c3a163 100644 --- a/content/en/docs/concepts/security/rbac-good-practices.md +++ b/content/en/docs/concepts/security/rbac-good-practices.md @@ -83,7 +83,7 @@ Within Kubernetes RBAC there are a number of privileges which, if granted, can a to escalate their privileges in the cluster or affect systems outside the cluster. This section is intended to provide visibility of the areas where cluster operators -should take care, to ensure that they do not inadvertantly allow for more access to clusters than intended. +should take care, to ensure that they do not inadvertently allow for more access to clusters than intended. ### Listing secrets