Skip to content

Commit c597852

Browse files
committed
add patch verb for persistentvolumes resources in the external-provisioner-runner clusterrole
1 parent b377ea4 commit c597852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rules:
2828
# verbs: ["get", "list"]
2929
- apiGroups: [""]
3030
resources: ["persistentvolumes"]
31-
verbs: ["get", "list", "watch", "create", "delete"]
31+
verbs: ["get", "list", "watch", "create", "patch", "delete"]
3232
- apiGroups: [""]
3333
resources: ["persistentvolumeclaims"]
3434
verbs: ["get", "list", "watch", "update"]

0 commit comments

Comments
 (0)