openebs / velero-plugin

Velero plugin for backup/restore of OpenEBS cStor volumes
https://docs.openebs.io
Apache License 2.0
62 stars 32 forks source link

fix(tests): fixing test to use apps/v1 for deployment #168

Closed mynktl closed 3 years ago

mynktl commented 3 years ago

Signed-off-by: mayank mayank.patel@mayadata.io

Why is this PR required? What issue does it fix?:

What this PR does?: This PR fixes test code to use apps/v1 for the deployment.

Does this PR require any upgrade changes?: No

If the changes in this PR are manually verified, list down the scenarios covered and commands you used for testing with logs:

Any additional information for your reviewer?: Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

mynktl commented 3 years ago

Looks good.. One question do we also need to update 00-prereqs.yaml to apiextensions.k8s.io/v1?

not required since those CRDs will be installed by velero and openebs. I've removed it.