Commit 258e41ab authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 87445c5c a8e7be58
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment