Skip to content

Commit 5c688f9

Browse files
authored
Merge pull request #45009 from RichardHoch/indent
OADP-470_Fix indent in DPA yaml
2 parents 807bb6d + be14d06 commit 5c688f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/oadp-installing-dpa.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ spec:
238238
- gcp <.>
239239
- csi <.>
240240
- openshift <.>
241-
featureFlags:
242-
- EnableCSI <.>
243241
restic:
244242
enable: true <.>
245243
backupLocations:
@@ -256,7 +254,6 @@ spec:
256254
<.> Specify the default plug-in for the backup provider, for example, `gcp`, if appropriate.
257255
<.> 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.
258256
<.> The `openshift` plug-in is mandatory.
259-
<.> The `EnableCSI` flag is mandatory for CSI.
260257
<.> 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.
261258
<.> Specify the backup provider.
262259
<.> 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.

0 commit comments

Comments
 (0)