diff --git a/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml b/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml index 4aaace683c3b..d22d1fc9a22a 100644 --- a/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml +++ b/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml @@ -16,7 +16,7 @@ parameters: required: true - name: IMAGE_TESTS required: true -- name: IMAGE_INSTALLER_SMOKE +- name: LOCAL_IMAGE_INSTALLER_SMOKE required: true - name: CLUSTER_TYPE required: true @@ -71,7 +71,7 @@ objects: - /tmp/shared/oc - name: smoke-test - image: ${IMAGE_INSTALLER_SMOKE} + image: ${LOCAL_IMAGE_INSTALLER_SMOKE} volumeMounts: - name: shared-tmp mountPath: /tmp/shared @@ -84,7 +84,7 @@ objects: # Once admin.kubeconfig exists, executes shared tests - name: test - image: ${IMAGE_INSTALLER_SMOKE} + image: ${LOCAL_IMAGE_INSTALLER_SMOKE} resources: requests: cpu: 1 @@ -156,7 +156,7 @@ objects: # Runs an install - name: setup - image: ${IMAGE_INSTALLER_SMOKE} + image: ${LOCAL_IMAGE_INSTALLER_SMOKE} volumeMounts: - name: shared-tmp mountPath: /tmp @@ -257,7 +257,7 @@ objects: # Performs cleanup of all created resources - name: teardown - image: ${IMAGE_INSTALLER_SMOKE} + image: ${LOCAL_IMAGE_INSTALLER_SMOKE} volumeMounts: - name: shared-tmp mountPath: /tmp/shared