From 4a03abd98f766c90dd1a7c11f4d9bf7fc652adfa Mon Sep 17 00:00:00 2001 From: Montse Ortega Date: Wed, 8 Jan 2025 15:27:09 +0100 Subject: [PATCH] Changes toAssited.ts --- libs/ui-lib/lib/cim/components/helpers/toAssisted.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ui-lib/lib/cim/components/helpers/toAssisted.ts b/libs/ui-lib/lib/cim/components/helpers/toAssisted.ts index 2c6730bd81..bdf179cde8 100644 --- a/libs/ui-lib/lib/cim/components/helpers/toAssisted.ts +++ b/libs/ui-lib/lib/cim/components/helpers/toAssisted.ts @@ -170,6 +170,7 @@ export const getAICluster = ({ validationsInfo: JSON.stringify(agentClusterInstall?.status?.validationsInfo || {}), cpuArchitecture: getClusterDeploymentCpuArchitecture(clusterDeployment, infraEnv), networkType: agentClusterInstall?.spec?.networking.networkType, + controlPlaneCount: agentClusterInstall?.spec?.provisionRequirements.controlPlaneAgents || 3, }; /* aiCluster.agentSelectorMasterLabels =