diff --git a/assets/rbac/snapshotter_role.yaml b/assets/rbac/snapshotter_role.yaml index 59a35c673..c3e451617 100644 --- a/assets/rbac/snapshotter_role.yaml +++ b/assets/rbac/snapshotter_role.yaml @@ -23,10 +23,10 @@ rules: verbs: ["get", "list", "watch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents"] - verbs: ["create", "get", "list", "watch", "update", "delete"] + verbs: ["create", "get", "list", "watch", "update", "delete", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents/status"] - verbs: ["update"] + verbs: ["update", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshots"] verbs: ["get", "list", "watch", "update"]