From 100af131ebb2a5403abc3f8b03ee0af096ec5747 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 18 Dec 2025 14:51:53 +1100 Subject: [PATCH] tidied up dpa.yaml --- dpa.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dpa.yaml b/dpa.yaml index 25d1260..493f0d9 100644 --- a/dpa.yaml +++ b/dpa.yaml @@ -4,7 +4,6 @@ metadata: name: dpa-minio namespace: openshift-adp spec: - # 1) Don’t bother with internal image backup for your lab backupImages: false backupLocations: @@ -17,8 +16,6 @@ spec: key: cloud objectStorage: bucket: oadp - # 2) REQUIRED if bucket not dedicated to Velero, and also avoids that - # "must have velero prefix when backupImages is not set to false" error. prefix: velero config: profile: default @@ -28,16 +25,9 @@ spec: insecureSkipTLSVerify: "true" configuration: - # 3) New-style File System Backup: nodeAgent instead of `restic:` block nodeAgent: enable: true - # Keep behaviour close to what you had before uploaderType: kopia - # If you want to pin node-agent pods, it MUST be nested like this: - # podConfig: - # nodeSelector: - # node-role.kubernetes.io/worker: "" - # # other pod options (tolerations, resources, etc.) velero: defaultPlugins: - openshift