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
The following commit(s) were added to refs/heads/main by this push: new 432051e0f fix(doc): Runtime resources example fix 432051e0f is described below commit 432051e0fc4957f51e2b65277ece6e3fe292955f Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com> AuthorDate: Mon Oct 30 15:31:29 2023 +0100 fix(doc): Runtime resources example fix --- docs/modules/ROOT/pages/configuration/runtime-resources.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/configuration/runtime-resources.adoc b/docs/modules/ROOT/pages/configuration/runtime-resources.adoc index d0a0c3394..1d43fcf82 100644 --- a/docs/modules/ROOT/pages/configuration/runtime-resources.adoc +++ b/docs/modules/ROOT/pages/configuration/runtime-resources.adoc @@ -91,10 +91,10 @@ from('file:/tmp/inputs/?fileName=input.txt&noop=true&idempotent=false') When running the `Integration`, you can specify where to mount the resource content (either a `File`, `Configmap` or `Secret`) with the _@path_ syntax: ---- -kamel run --resource configmap:my-cm@/tmp/inputs resource-file-location-route.groovy +kamel run --resource configmap:my-cm-files@/tmp/inputs resource-file-location-route.groovy ---- -You may check in the `Integration` `Pod` and verify that the file was mounted in the _tmp/input.txt_ destination. +You may check in the `Integration` `Pod` and verify that the file was mounted in the _tmp/inputs/input.txt_ destination. [[runtime-resource-keys]] == Configmap/Secret key filtering