Skip to content

Commit 2dd42e1

Browse files
fix local volume cleanup flow (#124)
1 parent 83383c3 commit 2dd42e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

venonactl/pkg/templates/kubernetes/cluster-role.dind-volume-provisioner.vp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
rules:
88
- apiGroups: [""]
99
resources: ["persistentvolumes"]
10-
verbs: ["get", "list", "watch", "create", "delete"]
10+
verbs: ["get", "list", "watch", "create", "delete", "patch"]
1111
- apiGroups: [""]
1212
resources: ["persistentvolumeclaims"]
1313
verbs: ["get", "list", "watch", "update"]

0 commit comments

Comments
 (0)