ceph-csi/deploy
Yuxiang Zhu 35c55aeb68 add missing PV update permission for rbd attacher
PR #290 missed the update permission to persistentvolumes.

Without that permission, you will get the following error when attaching a RBD volume to a pod:

```
Warning  FailedAttachVolume  100s (x11 over 7m52s)  attachdetach-controller  AttachVolume.Attach failed for volume "pvc-d23f8745-60bb-11e9-bd35-5254001c78d6" : could not add PersistentVolume finalizer: persistentvolumes "pvc-d23f8745-60bb-11e9-bd35-5254001c78d6" is forbidden: User "system:serviceaccount:kube-system:rbd-csi-provisioner" cannot update resource "persistentvolumes" in API group "" at the cluster scope
```
2019-04-17 11:16:43 +08:00
..
cephcsi/image deploy: create a new Dockerfile for unified cephcsi image 2019-04-10 20:36:51 +00:00
cephfs updated helm chat version 2019-04-04 11:13:16 +05:30
rbd add missing PV update permission for rbd attacher 2019-04-17 11:16:43 +08:00