Skip to content

Commit bbbec0e

Browse files
committed
OADP2256: Incorrect apiVersion in DPA CR yaml
1 parent 2a5901e commit bbbec0e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

modules/oadp-installing-dpa.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ifdef::installing-oadp-aws[]
4343
+
4444
[source,yaml,subs="attributes+"]
4545
----
46-
apiVersion: oadp.openshift.io/v1beta1
46+
apiVersion: oadp.openshift.io/v1alpha1
4747
kind: DataProtectionApplication
4848
metadata:
4949
name: <dpa_sample>
@@ -95,7 +95,7 @@ ifdef::installing-oadp-azure[]
9595
+
9696
[source,yaml,subs="attributes+"]
9797
----
98-
apiVersion: oadp.openshift.io/v1beta1
98+
apiVersion: oadp.openshift.io/v1alpha1
9999
kind: DataProtectionApplication
100100
metadata:
101101
name: <dpa_sample>
@@ -151,7 +151,7 @@ ifdef::installing-oadp-gcp[]
151151
+
152152
[source,yaml,subs="attributes+"]
153153
----
154-
apiVersion: oadp.openshift.io/v1beta1
154+
apiVersion: oadp.openshift.io/v1alpha1
155155
kind: DataProtectionApplication
156156
metadata:
157157
name: <dpa_sample>
@@ -199,7 +199,7 @@ ifdef::installing-oadp-mcg[]
199199
+
200200
[source,yaml,subs="attributes+"]
201201
----
202-
apiVersion: oadp.openshift.io/v1beta1
202+
apiVersion: oadp.openshift.io/v1alpha1
203203
kind: DataProtectionApplication
204204
metadata:
205205
name: <dpa_sample>
@@ -245,7 +245,7 @@ ifdef::installing-oadp-ocs[]
245245
+
246246
[source,yaml,subs="attributes+"]
247247
----
248-
apiVersion: oadp.openshift.io/v1beta1
248+
apiVersion: oadp.openshift.io/v1alpha1
249249
kind: DataProtectionApplication
250250
metadata:
251251
name: <dpa_sample>
@@ -290,7 +290,7 @@ ifdef::virt-installing-configuring-oadp[]
290290
+
291291
[source,yaml,subs="attributes+"]
292292
----
293-
apiVersion: oadp.openshift.io/v1beta1
293+
apiVersion: oadp.openshift.io/v1alpha1
294294
kind: DataProtectionApplication
295295
metadata:
296296
name: <dpa_sample>
@@ -363,4 +363,4 @@ deployment.apps/velero 1/1 1 1
363363
NAME DESIRED CURRENT READY AGE
364364
replicaset.apps/oadp-operator-controller-manager-67d9494d47 1 1 1 2m9s
365365
replicaset.apps/velero-588db7f655 1 1 1 96s
366-
----
366+
----

modules/oadp-self-signed-certificate.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You must enable a self-signed CA certificate for object storage by editing the `
1818
+
1919
[source,yaml]
2020
----
21-
apiVersion: oadp.openshift.io/v1beta1
21+
apiVersion: oadp.openshift.io/v1alpha1
2222
kind: DataProtectionApplication
2323
metadata:
2424
name: <dpa_sample>

modules/oadp-setting-resource-limits-and-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You set the CPU and memory resource allocations for the `Velero` pod by editing
1919
+
2020
[source,yaml]
2121
----
22-
apiVersion: oadp.openshift.io/v1beta1
22+
apiVersion: oadp.openshift.io/v1alpha1
2323
kind: DataProtectionApplication
2424
metadata:
2525
name: <dpa_sample>

0 commit comments

Comments
 (0)