Skip to content

Commit

Permalink
update acm hum subscription creation parameters
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jun 24, 2024
1 parent fb3322a commit 12bdad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,9 @@ def deploy_acm_hub_released(self):
(ResourceNameNotSpecifiedException, ChannelNotFound, CommandFailed),
tries=10,
delay=2,
)(package_manifest.get_current_csv)(channel, constants.ACM_HUB_OPERATOR_NAME)
)(package_manifest.get_current_csv)(
channel=channel, csv_pattern=constants.ACM_HUB_OPERATOR_NAME
)
acm_hub_subscription_yaml_data["spec"][
"startingCSV"
] = package_manifest.get_current_csv(
Expand Down

0 comments on commit 12bdad1

Please sign in to comment.