From e00b7a4b6a514b6cef29daf6e0521cef2984feaf Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 1 Mar 2025 20:18:51 -0500 Subject: [PATCH] add storageclass swap --- system-apps/velero/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system-apps/velero/values.yaml b/system-apps/velero/values.yaml index 01d0ec3..f7874d1 100644 --- a/system-apps/velero/values.yaml +++ b/system-apps/velero/values.yaml @@ -36,6 +36,13 @@ velero: - mountPath: /target name: plugins deployNodeAgent: true + configMaps: + default-storageclass: + labels: + velero.io/plugin-config: "" + velero.io/change-storage-class: RestoreItemAction + data: + ceph-block: weyma-shared extraObjects: - apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret