tidied up dpa.yaml

This commit is contained in:
2025-12-18 14:51:53 +11:00
parent 85384e1b01
commit 100af131eb

View File

@@ -4,7 +4,6 @@ metadata:
name: dpa-minio
namespace: openshift-adp
spec:
# 1) Dont 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