Update attachdetach-controller role to include permissions to get, list, and watch csinodes for CSIMigration

This commit is contained in:
David Zhu 2019-11-13 15:22:58 -08:00
parent d66ca2dc11
commit e64a4bc631

View File

@ -67,6 +67,14 @@ items:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csinodes
verbs:
- get
- list
- watch
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata: