File tree Expand file tree Collapse file tree
examples/conventional-templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ apiVersion: argoproj.io/v1alpha1
22kind : ClusterWorkflowTemplate
33metadata :
44 name : pytorch-example
5+ annotations :
6+ workflows.argoproj.io/description : " pytorch..."
7+ workflows.diamond.ac.uk/repository : " https://github.com/DiamondLightSource/workflows"
8+ labels :
9+ workflows.diamond.ac.uk/science-group-examples : " true"
10+
511spec :
612 entrypoint : workflow-entry
713 arguments :
Original file line number Diff line number Diff line change 11apiVersion : argoproj.io/v1alpha1
22kind : ClusterWorkflowTemplate
3+ metadata :
4+ annotations :
5+ workflows.argoproj.io/description : " Temporary volume example workflow"
6+ workflows.diamond.ac.uk/repository : " https://github.com/DiamondLightSource/workflows"
37metadata :
48 name : mount-tmpdir
59 labels :
You can’t perform that action at this time.
0 commit comments