From afbe5355f40801152744a5b89fe34952c59bec21 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Tue, 5 Mar 2024 03:50:28 -0800 Subject: [PATCH] docs: add Example section to KeptnTask CRD ref (#3187) Signed-off-by: Meg McRoberts Co-authored-by: Moritz Wiesinger Signed-off-by: vickysomtee --- docs/docs/reference/crd-reference/task.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/reference/crd-reference/task.md b/docs/docs/reference/crd-reference/task.md index 88b91795b5e..7aa80f26a85 100644 --- a/docs/docs/reference/crd-reference/task.md +++ b/docs/docs/reference/crd-reference/task.md @@ -131,6 +131,8 @@ you must update the value of the `metadata.name` field. A common practice is to just increment the value incrementally, so `helloworldtask-1` becomes `helloworldtask-2`, etc. +## Example + For a full example of how to create a `KeptnTask` resource to use for a deployment being done outside of Kubernetes, see [Keptn for Non-Kubernetes Applications](../../use-cases/non-k8s.md).