diff --git a/docs/admin/authorization/rbac.md b/docs/admin/authorization/rbac.md index ca2f55d951..ac1f826002 100644 --- a/docs/admin/authorization/rbac.md +++ b/docs/admin/authorization/rbac.md @@ -247,7 +247,7 @@ Allow "GET" and "POST" requests to the non-resource endpoint "/healthz" and all ```yaml rules: -- nonResourceURLs: ["/healthz", "/healthz/*"] +- nonResourceURLs: ["/healthz", "/healthz/*"] # '*' in a nonResourceURL is a suffix glob match verbs: ["get", "post"] ```