Merge pull request #8775 from ywk253100/250311_doc

Fix incorrect indent in doc
This commit is contained in:
Xun Jiang/Bruce Jiang
2025-03-11 16:39:00 +08:00
committed by GitHub
+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