Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jan 29, 2025
1 parent 6079a56 commit f9af5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_nodes(node_type=constants.WORKER_MACHINE, num_of_nodes=None):
if (
is_hci_provider_cluster()
and node_type == constants.WORKER_MACHINE
and config.ENV_DATA["worker_replicas"] == 0
and config.ENV_DATA["worker_replicas"] != 0
):
typed_nodes = [
node
Expand Down

0 comments on commit f9af5cd

Please sign in to comment.