ceph-csi/deploy/rbd/helm/templates
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
..
_helpers.tpl update rbd helm chats to deploy attacher as sidecar container in provisioner pod 2019-04-04 11:11:29 +05:30
csidriver-crd.yaml Add csidriver CRD 2019-04-04 11:11:29 +05:30
nodeplugin-clusterrole.yaml Update helm chart to match static files 2019-02-06 12:35:33 +00:00
nodeplugin-clusterrolebinding.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
nodeplugin-daemonset.yaml Fix driver name as per CSI spec 2019-03-13 12:04:30 +05:30
nodeplugin-serviceaccount.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
NOTES.txt Fix identified issues 2019-02-08 12:16:30 +00:00
provisioner-clusterrole.yaml add missing PV update permission for rbd attacher 2019-04-17 11:16:43 +08:00
provisioner-clusterrolebinding.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
provisioner-role.yaml Fix yamllint issues 2019-02-07 12:19:14 +00:00
provisioner-rolebinding.yaml Update the helm chart for csi 1.0 2019-01-18 17:06:32 -08:00
provisioner-service.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
provisioner-serviceaccount.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
provisioner-statefulset.yaml add if condition for attacher 2019-04-04 11:11:29 +05:30