mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-29 19:42:45 +00:00
Fix typo in the restic document (#3728)
Change from sepc to spec. Signed-off-by: S m, Aruna <arun.s.m.cse@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@ Instructions to back up using this approach are as follows:
|
||||
```bash
|
||||
kubectl -n YOUR_POD_NAMESPACE annotate pod/YOUR_POD_NAME backup.velero.io/backup-volumes-excludes=YOUR_VOLUME_NAME_1,YOUR_VOLUME_NAME_2,...
|
||||
```
|
||||
where the volume names are the names of the volumes in the pod sepc.
|
||||
where the volume names are the names of the volumes in the pod spec.
|
||||
|
||||
For example, in the following pod:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user