From fdec084feafa7b3da0542ca702325781201596c5 Mon Sep 17 00:00:00 2001 From: lei-tang <32078630+lei-tang@users.noreply.github.com> Date: Sat, 23 Feb 2019 12:17:36 -0800 Subject: [PATCH] Fix inconsistent namespace in rbac groups document (#3364) --- content/docs/tasks/security/rbac-groups/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/tasks/security/rbac-groups/index.md b/content/docs/tasks/security/rbac-groups/index.md index aa6e3f6e5e..923a15cf65 100644 --- a/content/docs/tasks/security/rbac-groups/index.md +++ b/content/docs/tasks/security/rbac-groups/index.md @@ -33,7 +33,7 @@ name of the namespace, creates the namespace, and starts the two services. Before running the following command, you need to enter the directory containing the Istio installation files. -1. Set the value of the `NS` environmental variable to `rbac-listclaim-test-ns`: +1. Set the value of the `NS` environmental variable to `rbac-groups-test-ns`: {{< text bash >}} $ export NS=rbac-groups-test-ns