From b60a55dc4fed5573c29a43841001b8c2002efa9d Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 26 Jul 2019 21:55:29 -0700 Subject: [PATCH] fix snapshotter rbac rules Change-Id: Ic6ebec87fd6d230a8e6cc2998df4b20d7a04a02b --- .../storage-csi/external-snapshotter/rbac.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml b/test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml index 91b56df66e7..a8f85212931 100644 --- a/test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml +++ b/test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml @@ -44,6 +44,9 @@ rules: - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshots"] verbs: ["get", "list", "watch", "update"] +- apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshots/status"] + verbs: ["update"] - apiGroups: ["apiextensions.k8s.io"] resources: ["customresourcedefinitions"] verbs: ["create", "list", "watch", "delete"]