This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d07a6a8f892ef32d4fb4ca0b07e0c12764ddaf4e
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Thu Jul 13 15:28:52 2023 +0200

    doc(ci): Fix pipelines docs
---
 docs/modules/ROOT/pages/pipeline/pipeline.adoc | 2 ++
 docs/modules/ROOT/pages/pipeline/tekton.adoc   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/pipeline/pipeline.adoc 
b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
index 27b83775c..16af4a9e1 100644
--- a/docs/modules/ROOT/pages/pipeline/pipeline.adoc
+++ b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
@@ -25,6 +25,8 @@ The custom tasks will be executed in the directory where the 
Camel K runtime Mav
 
 The goal is to let the user perform custom tasks which may result in a success 
or a failure. If the task executed results in a failure, then, the entire build 
is stopped and fails accordingly.
 
+WARNING: The custom tasks are only available only when using pod strategy.
+
 [[build-pipeline-trait]]
 == Configuring via builder trait
 
diff --git a/docs/modules/ROOT/pages/pipeline/tekton.adoc 
b/docs/modules/ROOT/pages/pipeline/tekton.adoc
index 0751a9a67..ea92e9a30 100644
--- a/docs/modules/ROOT/pages/pipeline/tekton.adoc
+++ b/docs/modules/ROOT/pages/pipeline/tekton.adoc
@@ -11,7 +11,7 @@ In Camel K version 2 we are supporting a Task which we're 
willing to include in
 === Install the Task
 
 ```shell
-kubectl apply -f 
https://raw.githubusercontent.com/apache/camel-k/main/tekton/kamel-run/0.1/kamel-run.yaml
+kubectl apply -f 
https://raw.githubusercontent.com/apache/camel-k/main/cicd/tekton/kamel-run/0.1/kamel-run.yaml
 ```
 === Parameters
 

Reply via email to