From aacb0f94355098a81c83630dd3592ea8026d13d3 Mon Sep 17 00:00:00 2001 From: Dennis Benzinger | SAP Date: Wed, 16 Jul 2025 17:16:54 +0200 Subject: [PATCH] Fix typo in overwrite-kyma-administrators-df7f9d7.md --- docs/60-security/overwrite-kyma-administrators-df7f9d7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/60-security/overwrite-kyma-administrators-df7f9d7.md b/docs/60-security/overwrite-kyma-administrators-df7f9d7.md index f45f3b48..14eed8f1 100644 --- a/docs/60-security/overwrite-kyma-administrators-df7f9d7.md +++ b/docs/60-security/overwrite-kyma-administrators-df7f9d7.md @@ -22,7 +22,7 @@ In some cases, you may need to overwrite usernames of the current administrators To overwrite the names for the `cluster-admin` role, update the Kyma instance and provide a new value for the *administrators* field. > ### Caution: -> This procedure overwrites current administrators and shouldn't be used to add new ones. Treat it as an emergency self-service procedure in case of lost access. To provide access to new users, the `cluster-admin` should create a RoleBinding and/or a ClusterRoleBinding in the runtime. See [RoleBinidng and ClusterRoleBinding](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#rolebinding-and-clusterrolebinding) in the official Kubernetes documentation. +> This procedure overwrites current administrators and shouldn't be used to add new ones. Treat it as an emergency self-service procedure in case of lost access. To provide access to new users, the `cluster-admin` should create a RoleBinding and/or a ClusterRoleBinding in the runtime. See [RoleBinding and ClusterRoleBinding](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#rolebinding-and-clusterrolebinding) in the official Kubernetes documentation.