Skip to content

Commit

Permalink
Fix entrypoint name in argo workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Sep 19, 2024
1 parent f60a182 commit 64b1f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi_kubernetes_papermill/argo.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def _execute_handler_async(
for key, value in data_dict.items()
]
},
"entrypoint": "test",
"entrypoint": "execute",
"workflowTemplateRef": {"name": p.workflow_template},
},
}
Expand Down

0 comments on commit 64b1f02

Please sign in to comment.