From 024eb034c2886170b570029175374443144b1f42 Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Wed, 20 Nov 2024 18:08:14 +0100 Subject: [PATCH] chore(doc): remove file --- docs/modules/ROOT/pages/configuration/runtime-resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/configuration/runtime-resources.adoc b/docs/modules/ROOT/pages/configuration/runtime-resources.adoc index 4ed6c9eb4b..2e4584ebc6 100644 --- a/docs/modules/ROOT/pages/configuration/runtime-resources.adoc +++ b/docs/modules/ROOT/pages/configuration/runtime-resources.adoc @@ -99,7 +99,7 @@ Let's see an example where your integration expect a text file to be consumed un - to: "log:info" ---- -When running the `Integration`, you can specify where to mount the resource content (either a `File`, `Configmap` or `Secret`) with the _@path_ syntax: +When running the `Integration`, you can specify where to mount the resource content (either a `Configmap` or `Secret`) with the _@path_ syntax: ---- kamel run --resource configmap:my-cm-files@/tmp/inputs resource-file-location-route.yaml