Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 28, 2020
1 parent 7e49430 commit 9fb7886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,15 @@ apiVersion: storage.k8s.io/v1
metadata:
name: linode-block-storage
namespace: kube-system
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: linodebs.csi.linode.com
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: linode-block-storage-retain
namespace: kube-system
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: linodebs.csi.linode.com
reclaimPolicy: Retain
---
Expand Down Expand Up @@ -339,7 +339,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: linode-csi-plugin
image: linode/linode-blockstorage-csi-driver:v0.1.4
image: linode/linode-blockstorage-csi-driver:v0.1.5
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(LINODE_TOKEN)"
Expand Down Expand Up @@ -440,7 +440,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-linode-plugin
image: linode/linode-blockstorage-csi-driver:v0.1.4
image: linode/linode-blockstorage-csi-driver:v0.1.5
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(LINODE_TOKEN)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: linode-csi-plugin
image: linode/linode-blockstorage-csi-driver:v0.1.4
image: linode/linode-blockstorage-csi-driver:v0.1.5
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(LINODE_TOKEN)"
Expand Down Expand Up @@ -440,7 +440,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-linode-plugin
image: linode/linode-blockstorage-csi-driver:v0.1.4
image: linode/linode-blockstorage-csi-driver:v0.1.5
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(LINODE_TOKEN)"
Expand Down

0 comments on commit 9fb7886

Please sign in to comment.