Skip to content

Commit

Permalink
Change acm ctx switch order (#10574)
Browse files Browse the repository at this point in the history
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
  • Loading branch information
shylesh authored Sep 26, 2024
1 parent 197ac0d commit 67303ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3742,8 +3742,8 @@ def deploy(self):
logger.info("Creating Resource DataProtectionApplication")
run_cmd(f"oc create -f {constants.DPA_DISCOVERED_APPS_PATH}")
# Only on the active hub enable managedserviceaccount-preview
acm_version = get_acm_version()
config.switch_acm_ctx()
acm_version = get_acm_version()
logger.info("Getting S3 Secret name from Ramen Config")
secret_names = self.meta_obj.get_s3_secret_names()
for secret_name in secret_names:
Expand Down

0 comments on commit 67303ce

Please sign in to comment.