Skip to content

Commit

Permalink
Regenerate examples
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <[email protected]>
  • Loading branch information
elliotgunton committed Feb 26, 2024
1 parent 466eeba commit 4dd83a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/workflows-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Explore the examples through the side bar!
| [template-defaults](https://github.com/argoproj/argo-workflows/blob/main/examples/template-defaults.yaml) |
| [testvolume](https://github.com/argoproj/argo-workflows/blob/main/examples/testvolume.yaml) |
| [timeouts-step](https://github.com/argoproj/argo-workflows/blob/main/examples/timeouts-step.yaml) |
| [title-and-descriptin-with-markdown](https://github.com/argoproj/argo-workflows/blob/main/examples/title-and-descriptin-with-markdown.yaml) |
| [title-and-description-with-markdown](https://github.com/argoproj/argo-workflows/blob/main/examples/title-and-description-with-markdown.yaml) |
| [withsequence-nested-result](https://github.com/argoproj/argo-workflows/blob/main/examples/withsequence-nested-result.yaml) |
| [work-avoidance](https://github.com/argoproj/argo-workflows/blob/main/examples/work-avoidance.yaml) |
| [workflow-count-resourcequota](https://github.com/argoproj/argo-workflows/blob/main/examples/workflow-count-resourcequota.yaml) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ metadata:
labels:
workflows.argoproj.io/archive-strategy: "false"
annotations:
workflows.argoproj.io/title: "**Test Title**"
# both annotations are available since v3.4.4
# embedded markdown is available since v3.6
workflows.argoproj.io/title: "**Test Title**" # defaults to `metadata.name` if not specified
workflows.argoproj.io/description: |
`This is a simple hello world example.`
You can also run it in Python: https://couler-proj.github.io/couler/examples/#hello-world
This is an embedded link to the docs: https://argo-workflows.readthedocs.io/en/latest/title-and-description/
spec:
entrypoint: whalesay
templates:
Expand Down

0 comments on commit 4dd83a6

Please sign in to comment.