diff --git a/modules/oadp-installing-dpa.adoc b/modules/oadp-installing-dpa.adoc index 0f41f9df4090..fd69a37b2fa5 100644 --- a/modules/oadp-installing-dpa.adoc +++ b/modules/oadp-installing-dpa.adoc @@ -237,8 +237,6 @@ spec: - gcp <.> - csi <.> - openshift <.> - featureFlags: - - EnableCSI <.> restic: enable: true <.> backupLocations: @@ -255,7 +253,6 @@ spec: <.> Specify the default plug-in for the backup provider, for example, `gcp`, if appropriate. <.> Specify the `csi` default plug-in if you use CSI snapshots to back up PVs. The `csi` plug-in uses the link:https://{velero-domain}/docs/main/csi/[Velero CSI beta snapshot APIs]. You do not need to configure a snapshot location. <.> The `openshift` plug-in is mandatory in order to back up and restore namespaces on an {product-title} cluster. -<.> Mandatory for CSI. <.> Set to `false` if you want to disable the Restic installation. Restic deploys a daemon set, which means that each worker node has `Restic` pods running. You configure Restic for backups by adding `spec.defaultVolumesToRestic: true` to the `Backup` CR. <.> Specify the backup provider. <.> If you use a default plug-in for the backup provider, you must specify the correct default name for the `Secret`, for example, `cloud-credentials-gcp`. If you specify a custom name, the custom name is used for the backup location. If you do not specify a `Secret` name, the default name is used.