Skip to content

Commit

Permalink
apps wc: allow user to list storageclass
Browse files Browse the repository at this point in the history
  • Loading branch information
crssnd authored and crssnd committed Apr 12, 2024
1 parent ec2982c commit 76b2eca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ rules:
- apiGroups: ["constraints.gatekeeper.sh"]
resources: ["*"]
verbs: ["get", "watch", "list"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
verbs: ["get", "watch", "list"]

0 comments on commit 76b2eca

Please sign in to comment.