diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml index d06fb53ed41b7..65a5ccad1603d 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml @@ -1031,15 +1031,6 @@ objects: - ${AWS_REGION}a - ${AWS_REGION}b - ${AWS_REGION}c - compute: - - name: worker - replicas: 0 - platform: - aws: - zones: - - ${AWS_REGION}a - - ${AWS_REGION}b - - ${AWS_REGION}c networking: machineCIDR: ${MACHINE_CIDR} platform: @@ -1113,9 +1104,6 @@ objects: controlPlane: name: master replicas: 3 - compute: - - name: worker - replicas: 0 platform: gcp: projectID: ${GCP_PROJECT}