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 21, 2020
1 parent c5d3f95 commit adf4662
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 adf4662

Please sign in to comment.