Skip to content

Commit d07a761

Browse files
authored
Merge pull request #76043 from anarnold97/OADP-2328-Label-selector-syntax-not-correct-in-Backup-CR
OADP-2328: Label selector syntax not correct in Backup CR
2 parents 8bfe6e2 + 6411bf4 commit d07a761

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-creating-backup-cr.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ spec:
6464
ttl: 720h0m0s
6565
labelSelector: <5>
6666
matchLabels:
67-
app=<label_1>
68-
app=<label_2>
69-
app=<label_3>
67+
app: <label_1>
68+
app: <label_2>
69+
app: <label_3>
7070
orLabelSelectors: <6>
7171
- matchLabels:
72-
app=<label_1>
73-
app=<label_2>
74-
app=<label_3>
72+
app: <label_1>
73+
app: <label_2>
74+
app: <label_3>
7575
----
7676
<1> Specify an array of namespaces to back up.
7777
<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.

0 commit comments

Comments
 (0)