From f7e795c5a202b8b2f07595a5fc821770f1bbf0d9 Mon Sep 17 00:00:00 2001 From: Taylor Dolezal Date: Tue, 26 May 2020 16:38:14 -0700 Subject: [PATCH] Remove local serving issues by updating RBAC alias --- content/en/docs/reference/access-authn-authz/rbac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md index 7034f9a18e..15a4347fea 100644 --- a/content/en/docs/reference/access-authn-authz/rbac.md +++ b/content/en/docs/reference/access-authn-authz/rbac.md @@ -5,7 +5,7 @@ reviewers: - liggitt title: Using RBAC Authorization content_template: templates/concept -aliases: [../../../rbac/] +aliases: [/rbac/] weight: 70 --- @@ -1210,4 +1210,4 @@ kubectl create clusterrolebinding permissive-binding \ After you have transitioned to use RBAC, you should adjust the access controls for your cluster to ensure that these meet your information security needs. -{{% /capture %}} +{{% /capture %}} \ No newline at end of file