Skip to content

Commit

Permalink
Changes toAssited.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 committed Jan 8, 2025
1 parent a693d0c commit 4a03abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ui-lib/lib/cim/components/helpers/toAssisted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 4a03abd

Please sign in to comment.