Skip to content

Commit

Permalink
Merge pull request kubernetes#6071 from Shubham82/add_RBAC_permission…
Browse files Browse the repository at this point in the history
…s_Cloudstack

Added the RBAC Permission to Cloudstack
  • Loading branch information
k8s-ci-robot authored Aug 29, 2023
2 parents 5be1c93 + c2ea940 commit d296c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rules:
resources: ["statefulsets", "replicasets", "daemonsets"]
verbs: ["watch", "list", "get"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses", "csinodes"]
resources: ["storageclasses", "csinodes", "csidrivers", "csistoragecapacities"]
verbs: ["watch", "list", "get"]
- apiGroups: ["batch", "extensions"]
resources: ["jobs"]
Expand Down

0 comments on commit d296c7a

Please sign in to comment.