mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 20:24:02 +00:00
Merge pull request #4221 from JGodin-C2C/main
feat: improve documentation for reverse selector
This commit is contained in:
@@ -88,6 +88,12 @@ Wildcard takes precedence when both a wildcard and specific resource are include
|
||||
```bash
|
||||
velero backup create <backup-name> --selector <key>=<value>
|
||||
```
|
||||
* Include resources that are not matching the selector
|
||||
```bash
|
||||
velero backup create <backup-name> --selector <key>!=<value>
|
||||
```
|
||||
|
||||
For more information read the [Kubernetes label selector documentation](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors)
|
||||
|
||||
|
||||
## Excludes
|
||||
|
||||
Reference in New Issue
Block a user