This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-376 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 2ddf2f04ffb19e23936a88fb2684985d6045cca4 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