mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OADP-2328: Label selector syntax not correct in Backup CR
Signed-off-by: A.Arnold <anarnold@redhat.com>
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
f2dbe7f4a2
commit
ba61e51c8f
@@ -64,14 +64,14 @@ spec:
|
||||
ttl: 720h0m0s
|
||||
labelSelector: <5>
|
||||
matchLabels:
|
||||
app=<label_1>
|
||||
app=<label_2>
|
||||
app=<label_3>
|
||||
app: <label_1>
|
||||
app: <label_2>
|
||||
app: <label_3>
|
||||
orLabelSelectors: <6>
|
||||
- matchLabels:
|
||||
app=<label_1>
|
||||
app=<label_2>
|
||||
app=<label_3>
|
||||
app: <label_1>
|
||||
app: <label_2>
|
||||
app: <label_3>
|
||||
----
|
||||
<1> Specify an array of namespaces to back up.
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user