diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 15ae7f994a791..7aa956927b1b5 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -731,6 +731,10 @@ objects: EOF fi + if has_variant "preserve_bootstrap"; then + export OPENSHIFT_INSTALL_PRESERVE_BOOTSTRAP=true + fi + # TODO: Replace with a more concise manifest injection approach if [[ -n "${CLUSTER_NETWORK_MANIFEST:-}" ]]; then openshift-install --dir=/tmp/artifacts/installer/ create manifests