From b6531ec3e6078c0ee03f1550cf9fa43351991450 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Tue, 28 Jun 2016 15:07:34 -0700 Subject: [PATCH] Manually flying in Tech-Reviewed changes From PR #309, which I am shutting down due to non-CLA --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index 3b521b5df1..ed8652fe47 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -147,7 +147,7 @@ kube-system full privilege to the API, you would add this line to your policy file: ```json -{"apiVersion":"abac.authorization.kubernetes.io/v1beta1","kind":"Policy","user":"system:serviceaccount:kube-system:default","namespace":"*","resource":"*","apiGroup":"*"} +{"apiVersion":"abac.authorization.kubernetes.io/v1beta1","kind":"Policy","spec":{"user":"system:serviceaccount:kube-system:default","namespace":"*","resource":"*","apiGroup":"*"}} ``` The apiserver will need to be restarted to pickup the new policy lines.