Skip to content

Commit

Permalink
Add cluster kubeconfig while using tools pod in provider-client setup (
Browse files Browse the repository at this point in the history
…#9174)

Signed-off-by: Jilju Joy <[email protected]>
  • Loading branch information
jilju authored Jan 17, 2024
1 parent 118839a commit 5917d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/ocs/resources/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ def _get_tools_pod_objs():
ocp_pod_obj = OCP(
kind=constants.POD,
namespace=namespace,
cluster_kubeconfig=cluster_kubeconfig,
)
running_ct_pods = list()
for pod in ct_pod_items:
Expand Down

0 comments on commit 5917d73

Please sign in to comment.