From 64d36c00ea0a1c545c021b53b071d97ab6ac32d5 Mon Sep 17 00:00:00 2001 From: Nate Reid <45366367+natereid72@users.noreply.github.com> Date: Thu, 20 Apr 2023 16:17:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce3125..67aea3f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ helm repo update kubectl create ns cluster-a ``` -Replace the `team-a-cluster-admins` value below with a group from your Auth server that a user you will auth as later is a member of. +Replace the `team-a-cluster-admins` value below with a group from your Auth server. Members of this group will be bound to the cluster-admins role. ```console helm install cluster-a loft-sh/vcluster-k8s -n cluster-a -f ./vals.yaml --set ClusterAdminGroup=team-a-cluster-admins