From 1ed7902d4cf0556dc5ca89022474add84791ef3c Mon Sep 17 00:00:00 2001 From: Arun S M Date: Tue, 27 Apr 2021 07:10:24 +0530 Subject: [PATCH] Fix typo in the restic document (#3728) Change from sepc to spec. Signed-off-by: S m, Aruna --- site/content/docs/main/restic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/main/restic.md b/site/content/docs/main/restic.md index d3cc07151..bba6a52a0 100644 --- a/site/content/docs/main/restic.md +++ b/site/content/docs/main/restic.md @@ -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: