Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
openebs: Rename PSP usage
Browse files Browse the repository at this point in the history
Use policy `zz-privileged` and not `privileged`.

Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Apr 20, 2020
1 parent e6fe728 commit ec95c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/components/openebs-operator/01-installer-template.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ rules:
verbs: ["*"]
# Note: For our PSP
- apiGroups: ["policy"]
resourceNames: ["privileged"]
resourceNames: ["zz-privileged"]
resources: ["podsecuritypolicies"]
verbs: ["use"]
---
Expand Down

0 comments on commit ec95c94

Please sign in to comment.