From b16dae530982113df04bd741e7cd34218035562c Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Wed, 16 May 2018 08:37:27 +0800 Subject: [PATCH] fix an error in example yaml file (#8539) --- content/en/docs/admin/authorization/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/admin/authorization/rbac.md b/content/en/docs/admin/authorization/rbac.md index 485ab5fab5..d93622b1ef 100644 --- a/content/en/docs/admin/authorization/rbac.md +++ b/content/en/docs/admin/authorization/rbac.md @@ -224,7 +224,7 @@ metadata: # These rules will be added to the "monitoring" role. rules: - apiGroups: [""] - Resources: ["services", "endpoints", "pods"] + resources: ["services", "endpoints", "pods"] verbs: ["get", "list", "watch"] ```