From 6d5030c8f4197ed6df8b21c74ab76d4b67ef4454 Mon Sep 17 00:00:00 2001 From: panicboat Date: Tue, 5 Mar 2024 19:25:43 +0900 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Signed-off-by: panicboat --- docs/title-and-description.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/title-and-description.md b/docs/title-and-description.md index 5f87875535ac..f67590ea9285 100644 --- a/docs/title-and-description.md +++ b/docs/title-and-description.md @@ -99,7 +99,11 @@ metadata: The above manifest will render as a row like the below image: ![ClusterWorkflowTemplate Example](assets/title-and-description-markdown-cluster-workflow-template.png) -### Cron Workflow +### For `CronWorkflows` + +> v3.6 and after + +You can also add the `workflows.argoproj.io/title` and `workflows.argoproj.io/description` annotations with embedded markdown to a `CronWorkflow` to display in the list: ```yaml apiVersion: argoproj.io/v1alpha1