Skip to content

Commit

Permalink
add csmtenants access to proxy-server
Browse files Browse the repository at this point in the history
  • Loading branch information
alikdell committed Apr 3, 2024
1 parent 9b09c5a commit 250e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csm-authorization/templates/proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rules:
resources: ["events"]
verbs: ["watch"]
- apiGroups: ["csm-authorization.storage.dell.com"]
resources: ["storages","csmtenants"]
resources: ["storages", "csmtenants"]
verbs: ["get", "list"]
---
kind: ClusterRoleBinding
Expand Down

0 comments on commit 250e99a

Please sign in to comment.