Skip to content

Commit

Permalink
Fix OADP and Gitops Operator install
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Jul 17, 2024
1 parent 2823692 commit e3fb50b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,6 @@ def do_deploy_oadp(self):
resource_name=constants.OADP_OPERATOR_NAME,
)
oadp_default_channel = package_manifest.get_default_channel()
oadp_subscription_yaml_data["spec"][
"startingCSV"
] = package_manifest.get_current_csv(
channel=oadp_default_channel,
csv_pattern=constants.OADP_OPERATOR_NAME,
)
oadp_subscription_yaml_data["spec"]["channel"] = oadp_default_channel
oadp_subscription_manifest = tempfile.NamedTemporaryFile(
mode="w+", prefix="oadp_subscription_manifest", delete=False
Expand Down

0 comments on commit e3fb50b

Please sign in to comment.