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

This commit is contained in:
Adrien Reslinger 2020-09-17 01:09:34 +02:00
parent 8cc1e01af4
commit 9b63f4c26a
6 changed files with 25 additions and 8 deletions

View file

@ -4,6 +4,8 @@ apiVersion: apps/v1
metadata:
name: csi-linode-node
namespace: kube-system
labels:
app: csi-linode-node
spec:
selector:
matchLabels:
@ -56,7 +58,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-linode-plugin
image: linode/linode-blockstorage-csi-driver:v0.1.6
image: linode/linode-blockstorage-csi-driver:v0.2.0
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(LINODE_TOKEN)"