Merge pull request #4221 from JGodin-C2C/main

feat: improve documentation for reverse selector
This commit is contained in:
Abigail McCarthy
2021-12-06 11:31:13 -05:00
committed by GitHub

View File

@@ -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