Skip to content

Commit 9a16e9c

Browse files
committed
Authorize RBAC to use scc/privileged
1 parent 5cdf626 commit 9a16e9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/nfs-server-provisioner/templates/clusterrole.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ rules:
3131
- apiGroups: [""]
3232
resources: ["endpoints"]
3333
verbs: ["get", "list", "watch", "create", "delete", "update", "patch"]
34+
- apiGroups: ["security.openshift.io"]
35+
resources: ["securitycontextconstraints"]
36+
resourceNames: ["privileged"]
37+
verbs: ["use"]
3438
{{- end }}

0 commit comments

Comments
 (0)