This commit is contained in:
parent
8cc1e01af4
commit
9b63f4c26a
6 changed files with 25 additions and 8 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue