plugin again
This commit is contained in:
@@ -3,7 +3,6 @@ apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: openebs-3-replicas
|
||||
namespace: openebs
|
||||
parameters:
|
||||
protocol: nvmf
|
||||
repl: "3"
|
||||
|
||||
9
sc/openebs-snapshot.yaml
Normal file
9
sc/openebs-snapshot.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: csi-openebs-snapshotclass
|
||||
annotations:
|
||||
velero.io/csi-volumesnapshot-class: "true"
|
||||
driver: io.openebs.csi-mayastor
|
||||
deletionPolicy: Delete
|
||||
@@ -111,6 +111,12 @@ initContainers:
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
name: plugins
|
||||
- name: velero-plugin-for-csi
|
||||
image: velero/velero-plugin-for-csi:v0.7.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
name: plugins
|
||||
|
||||
# SecurityContext to use for the Velero deployment. Optional.
|
||||
# Set fsGroup for `AWS IAM Roles for Service Accounts`
|
||||
|
||||
Reference in New Issue
Block a user