From 3e435eeb4480918e8db137823745475c13f5dfa2 Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Fri, 19 Aug 2022 15:28:45 +0800 Subject: [PATCH] Remove reference to non-existent doc fixes #4923 Signed-off-by: Daniel Jiang --- changelogs/unreleased/5234-reasonerjt | 1 + site/content/docs/main/backup-hooks.md | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 changelogs/unreleased/5234-reasonerjt diff --git a/changelogs/unreleased/5234-reasonerjt b/changelogs/unreleased/5234-reasonerjt new file mode 100644 index 0000000000..34fd5768ad --- /dev/null +++ b/changelogs/unreleased/5234-reasonerjt @@ -0,0 +1 @@ +Remove reference to non-existent doc \ No newline at end of file diff --git a/site/content/docs/main/backup-hooks.md b/site/content/docs/main/backup-hooks.md index ef38dc7fed..87310fbb3c 100644 --- a/site/content/docs/main/backup-hooks.md +++ b/site/content/docs/main/backup-hooks.md @@ -52,9 +52,6 @@ spec. This examples walks you through using both pre and post hooks for freezing a file system. Freezing the file system is useful to ensure that all pending disk I/O operations have completed prior to taking a snapshot. -This example uses [examples/nginx-app/with-pv.yaml][2]. Follow the [steps for your provider][3] to -setup this example. - ### Annotations The Velero [example/nginx-app/with-pv.yaml][2] serves as an example of adding the pre and post hook annotations directly @@ -108,4 +105,3 @@ Note that the container must support the shell command you use. [1]: api-types/backup.md [2]: https://github.com/vmware-tanzu/velero/blob/main/examples/nginx-app/with-pv.yaml -[3]: cloud-common.md