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