Fix incorrect indent in doc

Fix incorrect indent in doc

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2025-03-11 14:17:26 +08:00
parent 1516e72ccb
commit 1eda42a9f2
+2 -2
View File
@@ -377,8 +377,8 @@ Velero supported conditions and format listed below:
- conditions:
pvcLabels:
environment: production
action:
type: snapshot
action:
type: snapshot
```
- Subset Matching: Even if the PVC contains extra labels, it will match as long as the required key/value pair is present. For example, if the PVC has:
```yaml