From 0b7096dc4394e3688c88b3ce8f5954479e47fa73 Mon Sep 17 00:00:00 2001 From: Daniel Ionel Bizau Date: Fri, 10 Nov 2023 17:10:53 +0100 Subject: [PATCH] add back cli-domain-from-installer-image (#3277) Overriding the npm security alert to be able to hotfix the RP --- pkg/hive/install.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/hive/install.go b/pkg/hive/install.go index 39f56eb0c74..ee4fab638c2 100644 --- a/pkg/hive/install.go +++ b/pkg/hive/install.go @@ -195,6 +195,9 @@ func (c *clusterManager) clusterDeploymentForInstall(doc *api.OpenShiftClusterDo // https://github.com/openshift/hive/pull/2157 // Will not pull ocp-release and oc-cli images "hive.openshift.io/minimal-install-mode": "true", + + // TODO: remove until we use a version of hive at minimal install + "hive.openshift.io/cli-domain-from-installer-image": "true", }, }, Spec: hivev1.ClusterDeploymentSpec{