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"] ```