Skip to content

Commit

Permalink
Remove not highly available cluster text from Control Plane Nodes dro…
Browse files Browse the repository at this point in the history
…pdown (#2750)
  • Loading branch information
ammont82 authored Jan 7, 2025
1 parent 09f24ec commit 52d57b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ControlPlaneNodesDropdown: React.FC<ControlPlaneNodesDropdownProps> = ({
);

const options: ControlPlaneNodesOption[] = [
{ value: '1', label: '1 (Single Node OpenShift - not highly available cluster)' },
{ value: '1', label: '1 (Single Node OpenShift)' },
{ value: '3', label: '3 (highly available cluster)' },
{ value: '4', label: '4 (highly available cluster+)' },
{ value: '5', label: '5 (highly available cluster++)' },
Expand Down

0 comments on commit 52d57b0

Please sign in to comment.