From 0ccf8017800f0f6160f5003f2cf333954dfa4a91 Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Wed, 29 Sep 2021 14:25:33 -0700 Subject: [PATCH] Add volumesnapshotcontents/status patch rbac Signed-off-by: Grant Griffiths --- deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml b/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml index 62d1b214..db4aefe8 100644 --- a/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml +++ b/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml @@ -38,7 +38,7 @@ rules: verbs: ["create", "get", "list", "watch", "update", "delete", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents/status"] - verbs: ["update"] + verbs: ["update", "patch"] --- kind: ClusterRoleBinding