Error from server (BadRequest):
error when creating "./integration-tests/tests/../k8s/service.yaml":
the API version in the data (apps/v1beta1) does not match the expected API
version (apps/v1)
We should try and use the canonical apiVersion for our test manifests, starting
with Deployments.
We have some flaky tests that output:
Error from server (BadRequest): error when creating "./integration-tests/tests/../k8s/service.yaml": the API version in the data (apps/v1beta1) does not match the expected API version (apps/v1)
We should try and use the canonical apiVersion for our test manifests, starting with Deployments.
Fixes: #167