Skip to content

Commit

Permalink
add update verb for persistentvolumes resources in the external-provi…
Browse files Browse the repository at this point in the history
…sioner-runner clusterrole
  • Loading branch information
carlory committed Feb 6, 2024
1 parent b377ea4 commit 305ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rules:
# verbs: ["get", "list"]
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "create", "delete"]
verbs: ["get", "list", "watch", "create", "update", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]
Expand Down

0 comments on commit 305ad97

Please sign in to comment.