From 2ff8ad192c77f4451480ab293eaa70dc54c19d06 Mon Sep 17 00:00:00 2001 From: Rushinth John Date: Wed, 26 Feb 2020 04:31:13 +0530 Subject: [PATCH] Corrected selfLink in site/docs/master/output-file-format.md (#2292) Signed-off-by: Rushinth John --- changelogs/unreleased/2292-RushinthJohn | 1 + site/docs/master/output-file-format.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/2292-RushinthJohn diff --git a/changelogs/unreleased/2292-RushinthJohn b/changelogs/unreleased/2292-RushinthJohn new file mode 100644 index 000000000..af7e5b62d --- /dev/null +++ b/changelogs/unreleased/2292-RushinthJohn @@ -0,0 +1 @@ +Corrected the selfLink for Backup CR in site/docs/master/output-file-format.md diff --git a/site/docs/master/output-file-format.md b/site/docs/master/output-file-format.md index 04420be91..a4b462614 100644 --- a/site/docs/master/output-file-format.md +++ b/site/docs/master/output-file-format.md @@ -22,7 +22,7 @@ rootBucket/ "metadata": { "name": "test-backup", "namespace": "velero", - "selfLink": "/apis/velero.io/v1/namespaces/velero/backups/testtest", + "selfLink": "/apis/velero.io/v1/namespaces/velero/backups/test-backup", "uid": "a12345cb-75f5-11e7-b4c2-abcdef123456", "resourceVersion": "337075", "creationTimestamp": "2017-07-31T13:39:15Z"