Skip to content

Commit

Permalink
Update trusted AI pipeline to have unique job names (kubeflow#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Oct 26, 2021
1 parent 1eea716 commit 99d28bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/trusted-ai/trusted-ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def trusted_ai(
"apiVersion": "batch/v1",
"kind": "Job",
"metadata": {
"name": "trusted-ai-train-job",
"name": "trusted-ai-train-job-{{workflow.name}}",
"namespace": namespace
},
"spec": {
Expand Down

0 comments on commit 99d28bb

Please sign in to comment.