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"