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:
Arun S M
2021-04-27 09:40:24 +08:00
committed by GitHub
parent 245ca06770
commit 1ed7902d4c
+1 -1
View File
@@ -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: