-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.16.z
-
None
-
0.5
-
False
-
-
Release Note Not Required
The example for DataProtectionApplication.yaml has a wrong apiVersion
Currently the doc shows:
apiVersion: oadp.openshift.io/v1
Using this apiVersion will result in the following error:
message: NonCompliant; violation - secrets [cloud-credentials] not found in
namespace openshift-adp; violation - couldn't find mapping resource with kind
DataProtectionApplication, please check if you have CRD deployed; violation
- couldn't find mapping resource with kind BackupStorageLocation, please check
if you have CRD deployed
The correct apiVersion is:
apiVersion: oadp.openshift.io/v1alpha1
- links to