From fb5824352a6e568addc0549d1eda0a9fd0d959b4 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 6 Apr 2025 17:25:09 +0200 Subject: [PATCH] csi plugin --- velero/main.yaml | 6 ++++++ velero/src/values.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/velero/main.yaml b/velero/main.yaml index 1cfd982..38f3783 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3581,6 +3581,12 @@ spec: volumeMounts: - mountPath: /target name: plugins + - image: velero/velero-plugin-for-csi:v0.7.1 + imagePullPolicy: IfNotPresent + name: velero-plugin-for-csi + volumeMounts: + - mountPath: /target + name: plugins restartPolicy: Always serviceAccountName: velero-server terminationGracePeriodSeconds: 3600 diff --git a/velero/src/values.yaml b/velero/src/values.yaml index c85191a..8b40c63 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -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`