From c0c8ce04306535ce087a220f85aa3e31e99cb6de Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 27 Feb 2025 21:11:47 -0500 Subject: [PATCH] no snapshots --- system-apps/velero/values.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/system-apps/velero/values.yaml b/system-apps/velero/values.yaml index b46e4cd..872187b 100644 --- a/system-apps/velero/values.yaml +++ b/system-apps/velero/values.yaml @@ -1,5 +1,5 @@ backupsEnabled: true -snapshotsEnabled: true +snapshotsEnabled: false namespace: labels: - key: pod-security.kubernetes.io/enforce @@ -15,13 +15,8 @@ configuration: key: credentials config: s3Url: "http://10.69.42.20:9000" - region: us-east-1 + region: minio insecureSkipTLSVerify: "true" - volumeSnapshotLocation: - - name: truenas-s3 - provider: velero.io/aws - config: - region: us-east-1 initContainers: - name: velero-plugin-for-aws image: velero/velero-plugin-for-aws:v1.10.0