Merge pull request #48862 from gyliu513/psp

Automatic merge from submit-queue

Correct the comment in PSP examples.

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
none
```
pull/6/head
Kubernetes Submit Queue 2017-07-14 11:46:05 -07:00 committed by GitHub
commit 258e41abe5
1 changed files with 2 additions and 1 deletions

View File

@ -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: