plugin again

This commit is contained in:
Philip Haupt
2025-04-06 17:59:35 +02:00
parent e1fb063585
commit 02a1813ed7
3 changed files with 15 additions and 1 deletions

View File

@@ -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
View 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

View File

@@ -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`