Description of problem: CAM operator fails to install via the non-olm v1.2.0 operator.yml file that's exported off of the operator image for installation in 3.x clusters. Version-Release number of selected component (if applicable): 1.2.0 How reproducible: Every time Steps to Reproduce: 1. Login to OCP 3.x cluster 2. podman cp $(podman create registry.redhat.io/rhcam-1-2/openshift-migration-rhel7-operator:v1.2):/operator.yml ./ && oc create -f ./operator.yml Actual results: Deployment fails to create with the following error: Error from server (Invalid): error when creating "./operator.yml": Deployment.apps "migration-operator" is invalid: spec.template.spec.containers[1].env[6].name: Required value https://github.com/konveyor/mig-operator/pull/361 shows the problem and the fix, which has been merged to master. Expected results: Operator should install
verified with MTC 1.3.0 $ oc get pod -n openshift-migration migration-operator-7ffd8bcf69-6g5x7 -o yaml | grep image image: quay-enterprise-quay-enterprise.apps.cam-tgt-8380.qe.devcluster.openshift.com/admin/openshift-migration-rhel7-operator:v1.3 imagePullPolicy: Always imagePullSecrets: image: quay-enterprise-quay-enterprise.apps.cam-tgt-8380.qe.devcluster.openshift.com/admin/openshift-migration-rhel7-operator:v1.3 imageID: docker-pullable://quay-enterprise-quay-enterprise.apps.cam-tgt-8380.qe.devcluster.openshift.com/admin/openshift-migration-rhel7-operator@sha256:80c1345afa8bee9e9afe7bb83709a320e56b2febef49b3174a2188f90a4dfa9b
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Migration Toolkit for Containers (MTC) Tool image release advisory 1.3.0), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4148