Merge pull request #8775 from ywk253100/250311_doc

Fix incorrect indent in doc
pull/8782/head
Xun Jiang/Bruce Jiang 2025-03-11 16:39:00 +08:00 committed by GitHub
commit 7a311d6ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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