Skip to content

Commit

Permalink
add patch verb for persistentvolumes resources in the external-provis…
Browse files Browse the repository at this point in the history
…ioner-runner clusterrole
  • Loading branch information
carlory committed Mar 14, 2024
1 parent b377ea4 commit c597852
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", "patch", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]
Expand Down

0 comments on commit c597852

Please sign in to comment.