Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/oadp-installing-dpa-1-3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ spec:
config:
project: <project>
snapshotLocation: us-west1 <13>
backupImages: true <14>
----
<1> The default namespace for OADP is `openshift-adp`. The namespace is a variable and is configurable.
<2> The `openshift` plugin is mandatory.
Expand All @@ -207,6 +208,7 @@ spec:
<11> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
<12> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
<13> The snapshot location must be in the same region as the PVs.
<14> Google workload identity federation supports internal image backup. Set this field to `false` if you do not want to use image backup.
endif::[]
ifdef::installing-oadp-mcg[]
+
Expand Down