k/digitalocean: rename CSI drivers (breaking)
This commit is contained in:
parent
724bbf058b
commit
2b4463b6ef
|
@ -44,6 +44,7 @@ metadata:
|
|||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "true"
|
||||
provisioner: dobs.csi.digitalocean.com
|
||||
reclaimPolicy: Retain
|
||||
allowVolumeExpansion: true
|
||||
|
||||
---
|
||||
|
@ -51,9 +52,9 @@ allowVolumeExpansion: true
|
|||
kind: StorageClass
|
||||
apiVersion: storage.k8s.io/v1
|
||||
metadata:
|
||||
name: do-block-storage-retain
|
||||
name: do-block-storage-ephemeral
|
||||
provisioner: dobs.csi.digitalocean.com
|
||||
reclaimPolicy: Retain
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
|
||||
---
|
||||
|
@ -65,6 +66,7 @@ metadata:
|
|||
provisioner: dobs.csi.digitalocean.com
|
||||
parameters:
|
||||
fstype: xfs
|
||||
reclaimPolicy: Retain
|
||||
allowVolumeExpansion: true
|
||||
|
||||
---
|
||||
|
@ -72,11 +74,11 @@ allowVolumeExpansion: true
|
|||
kind: StorageClass
|
||||
apiVersion: storage.k8s.io/v1
|
||||
metadata:
|
||||
name: do-block-storage-xfs-retain
|
||||
name: do-block-storage-xfs-ephemeral
|
||||
provisioner: dobs.csi.digitalocean.com
|
||||
parameters:
|
||||
fstype: xfs
|
||||
reclaimPolicy: Retain
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue