Skip to content

Commit cdfe7be

Browse files
fix local volume cleanup flow (#123)
1 parent 168ccd4 commit cdfe7be

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)