diff --git a/deploy_apps/tks-lma-federation-wftpl.yaml b/deploy_apps/tks-lma-federation-wftpl.yaml index 2bdfa1ec..5265f974 100644 --- a/deploy_apps/tks-lma-federation-wftpl.yaml +++ b/deploy_apps/tks-lma-federation-wftpl.yaml @@ -230,7 +230,7 @@ spec: # TODO: export this as step output to use it on next step cur_cluster_name = res.cluster.id - res = cl_stub.GetClusters(info_pb2.GetClustersRequest(contract_id=contract_id, csp_id=csp_id)) + res = cl_stub.GetClusters(info_pb2.GetClustersRequest(contract_id=contract_id, csp_id='')) print("Iterating over clusters in the same contract...")