From a8e7be58cf9de49ddad2fc7f520bb2c7cb33b9f4 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Thu, 13 Jul 2017 16:58:36 +0800 Subject: [PATCH] Correct the comment in PSP examples. --- examples/podsecuritypolicy/rbac/bindings.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/podsecuritypolicy/rbac/bindings.yaml b/examples/podsecuritypolicy/rbac/bindings.yaml index b07f99ee21b..13b8ac3c4ac 100644 --- a/examples/podsecuritypolicy/rbac/bindings.yaml +++ b/examples/podsecuritypolicy/rbac/bindings.yaml @@ -31,7 +31,8 @@ roleRef: kind: ClusterRole name: restricted-psp-user --- -# edit grants edit role to system:authenticated. +# edit grants edit role to the groups +# restricted and privileged. apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding metadata: