Skip to content

Commit 9d91288

Browse files
authored
Merge pull request #55589 from RichardHoch/backup_cr_callout_fix
OADP-1223: Fix callouts in example Backup CR
2 parents 2bec4ed + a361dc0 commit 9d91288

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/oadp-creating-backup-cr.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ spec:
5757
excludedResources: [] <3>
5858
storageLocation: <velero-sample-1> <4>
5959
ttl: 720h0m0s
60-
labelSelector: <3>
60+
labelSelector: <5>
6161
- matchLabels:
6262
app=<label_1>
6363
- matchLabels:
6464
app=<label_2>
6565
- matchLabels:
6666
app=<label_3>
67-
orlabelSelectors: <4>
67+
orlabelSelectors: <6>
6868
- matchLabels:
6969
app=<label_1>
7070
- matchLabels:
@@ -76,6 +76,8 @@ spec:
7676
<2> Optional: Specify an array of resources to include in the backup. Resources might be shortcuts (for example, 'po' for 'pods') or fully-qualified. If unspecified, all resources are included.
7777
<3> Optional: Specify an array of resources to exclude from the backup. Resources might be shortcuts (for example, 'po' for 'pods') or fully-qualified.
7878
<4> Specify the name of the `backupStorageLocations` CR.
79+
<5> Backup resources that have all of the specified labels.
80+
<6> Backup resources that have one or more of the specified labels.
7981

8082
. Verify that the status of the `Backup` CR is `Completed`:
8183
+

0 commit comments

Comments
 (0)