Skip to content

Commit 080e4f5

Browse files
authored
Merge pull request #43031 from stoobie/2059159
2059159: Fixing API version in YAML file
2 parents 6f742f5 + 9635a5e commit 080e4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oadp-creating-restore-cr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You restore a `Backup` custom resource (CR) by creating a `Restore` CR.
2121
+
2222
[source,yaml]
2323
----
24-
apiVersion: oadp.openshift.io/v1alpha1
24+
apiVersion: velero.io/v1
2525
kind: Restore
2626
metadata:
2727
name: <restore>

0 commit comments

Comments
 (0)