Skip to content

Commit

Permalink
Grant ConfigMap management permissions in ClusterRole (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 authored Sep 26, 2024
1 parent 3e80397 commit d9396f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/latest/spdk-csi/templates/handler-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "list", "watch", "create", "update", "patch"]

0 comments on commit d9396f8

Please sign in to comment.