Skip to content

Commit

Permalink
Change storage class default to linode-block-storage-retain
Browse files Browse the repository at this point in the history
  • Loading branch information
thorner committed Apr 28, 2020
1 parent d61247e commit 08de6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/linode-bs/deploy/kubernetes/05-csi-storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ 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

0 comments on commit 08de6b5

Please sign in to comment.