fix snapshotter rbac rules

Change-Id: Ic6ebec87fd6d230a8e6cc2998df4b20d7a04a02b
This commit is contained in:
Michelle Au 2019-07-26 21:55:29 -07:00
parent 5e7c707e3c
commit b60a55dc4f

View File

@ -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"]