Skip to content

Commit

Permalink
Disable Node Feature Discovery operator with the support levels endpo…
Browse files Browse the repository at this point in the history
…int (#2786)
  • Loading branch information
ammont82 authored Feb 19, 2025
1 parent ae162d1 commit 2b642ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const operatorComponentMap: Record<string, (props: OperatorProps) => JSX.
'openshift-ai': (props) => <OpenShiftAICheckbox {...props} />,
osc: (props) => <OscCheckbox {...props} />,
lso: (props) => <LsoCheckbox {...props} />,
'node-feature-discovery': () => <NodeFeatureDiscoveryCheckbox />,
'node-feature-discovery': (props) => <NodeFeatureDiscoveryCheckbox {...props} />,
nmstate: (props) => <NmstateCheckbox {...props} />,
serverless: (props) => <ServerlessCheckbox {...props} />,
authorino: (props) => <AuthorinoCheckbox {...props} />,
Expand Down

0 comments on commit 2b642ba

Please sign in to comment.