Skip to content

Commit 14fa4ac

Browse files
author
Hazem Nureldin
committed
fix: add missing metadata to remaining workflow templates
1 parent 65424dc commit 14fa4ac

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

examples/conventional-templates/pytorch.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ apiVersion: argoproj.io/v1alpha1
22
kind: ClusterWorkflowTemplate
33
metadata:
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+
511
spec:
612
entrypoint: workflow-entry
713
arguments:

examples/conventional-templates/temporary-volume.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: 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"
37
metadata:
48
name: mount-tmpdir
59
labels:

0 commit comments

Comments
 (0)