From a79eaf90762d32a384463eaa21b299946ceb77ad Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 21 Aug 2019 11:43:07 +0100 Subject: [PATCH] Move to v1 install-config version As of openshift/installer#1589 the install-config format has been locked in as the v1 version. --- ocp_install_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp_install_env.sh b/ocp_install_env.sh index 8bf1887e3..6db49ebe5 100644 --- a/ocp_install_env.sh +++ b/ocp_install_env.sh @@ -71,7 +71,7 @@ function generate_ocp_install_config() { # deploys the baremetal-operator cat > "${outdir}/install-config.yaml" << EOF -apiVersion: v1beta4 +apiVersion: v1 baseDomain: ${BASE_DOMAIN} networking: machineCIDR: ${EXTERNAL_SUBNET}