Update from upstream
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-03-24 22:24:28 +01:00
parent 154fce15e4
commit 838b0de25f
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
9 changed files with 93 additions and 25 deletions

View file

@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: external-attacher-role
name: external-attacher-runner
subjects:
- kind: ServiceAccount
name: csi-controller-sa

View file

@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: external-provisioner-role
name: external-provisioner-runner
subjects:
- kind: ServiceAccount
name: csi-controller-sa

View file

@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: external-resizer-role
name: external-resizer-runner
subjects:
- kind: ServiceAccount
name: csi-controller-sa

View file

@ -78,7 +78,7 @@ spec:
secretKeyRef:
key: token
name: linode
image: linode/linode-blockstorage-csi-driver:v0.3.0
image: linode/linode-blockstorage-csi-driver:v0.4.0
imagePullPolicy: Always
name: linode-csi-plugin
volumeMounts:

View file

@ -56,7 +56,7 @@ spec:
secretKeyRef:
key: token
name: linode
image: linode/linode-blockstorage-csi-driver:v0.3.0
image: linode/linode-blockstorage-csi-driver:v0.4.0
imagePullPolicy: Always
name: csi-linode-plugin
securityContext:

View file

@ -11,7 +11,6 @@ rules:
- get
- list
- watch
- update
- patch
- apiGroups:
- ""
@ -21,12 +20,19 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- persistentvolumeclaims/status
verbs:
- update
- patch
- apiGroups:
- ""