[vsphere_csi] Update to 3.1.0 (#10451)

This commit is contained in:
Mohamed Omar Zaian
2023-09-20 13:56:00 +02:00
committed by GitHub
parent d669b93c4f
commit bc5e33791f
5 changed files with 58 additions and 34 deletions

View File

@@ -10,8 +10,11 @@ metadata:
name: vsphere-csi-controller-role
rules:
- apiGroups: [""]
resources: ["nodes", "pods", "configmaps"]
resources: ["nodes", "pods"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "list", "watch", "create"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]