Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <amagrawa@redhat.com>
  • Loading branch information
am-agrawa committed May 10, 2024
1 parent 5ef3122 commit 433e14b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@ def do_gitops_deploy(self):

# Multicluster operations
if config.multicluster:
for _ in config.clusters:
# Gitops operator is needed on all clusters for appset type workload deployment using pull model
# Gitops operator is needed on all clusters for appset type workload deployment using pull model
for cluster_index in range(config.multicluster):
config.switch_ctx(cluster_index)
self.deploy_gitops_operator()

# Switching back context to ACM as below configs are specific to hub cluster
Expand Down

0 comments on commit 433e14b

Please sign in to comment.