This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit dec579e1abd4838f03ae1a5f44038f3366d6b1a2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 16 07:34:37 2021 +0200 Docs: add a link to the kamelet yaml in the related doc page --- docs/modules/ROOT/kamelet.adoc.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modules/ROOT/kamelet.adoc.tmpl b/docs/modules/ROOT/kamelet.adoc.tmpl index 88f988c..0b07afd 100644 --- a/docs/modules/ROOT/kamelet.adoc.tmpl +++ b/docs/modules/ROOT/kamelet.adoc.tmpl @@ -96,4 +96,10 @@ The procedure described above can be simplified into a single execution of the ` This will create the KameletBinding under the hood and apply it to the current namespace in the cluster. +==== Kamelet source file + +Have a look at the following link: + +https://github.com/apache/camel-kamelets/blob/main/{{ .Kamelet.ObjectMeta.Name }}-{{ index .Kamelet.ObjectMeta.Labels "camel.apache.org/kamelet.type" }}.kamelet.yaml + // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT