Skip to content

Commit 3e3f5f9

Browse files
committed
I think we need to pass namespace as an argument to get_archived_workflows
1 parent b2566fc commit 3e3f5f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/argowrapper/engine/argo_engine.py

+1
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ def get_workflows_for_label_selector(self, label_selector: str) -> List[Dict]:
427427
)
428428
archived_workflow_list_return = (
429429
self.archive_api_instance.list_archived_workflows(
430+
namespace=ARGO_NAMESPACE,
430431
list_options_label_selector=label_selector,
431432
_check_return_type=False,
432433
)

0 commit comments

Comments
 (0)