Skip to content

Commit

Permalink
Merge pull request #49 from g1bl3t/manifestPatch
Browse files Browse the repository at this point in the history
Change storage class default to linode-block-storage-retain
  • Loading branch information
phillc authored Apr 28, 2020
2 parents 9fb7886 + 08de6b5 commit acecfd3
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 acecfd3

Please sign in to comment.