Skip to content

Commit

Permalink
Added the RBAC Permission to equinixmetal Cloud Provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham82 committed Jan 10, 2024
1 parent 5737488 commit 1de5639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rules:
resources: ["daemonsets", "replicasets", "statefulsets"]
verbs: ["watch", "list", "get"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses", "csinodes"]
resources: ["storageclasses", "csinodes", "csidrivers", "csistoragecapacities"]
verbs: ["watch", "list", "get"]
- apiGroups: [""]
resources: ["configmaps"]
Expand Down

0 comments on commit 1de5639

Please sign in to comment.