Update Untime secret configuration

gitea_admin 2026-04-02 13:15:47 +00:00
parent 829ebab9b5
commit 3914171176

@ -22,10 +22,9 @@ config-configmap-route.yaml
- setBody:
simple: "configmap content is: ${body}"
- to: "log:info"
```
You can see that were expecting to use a my-configmap-key file stored somewhere in the classpath. In order to materialize the Configmap will be as easy as running the --config configmap syntax:
You can see that were expecting to use a my-configmap-key file stored somewhere in the classpath. In order to materialize the Configmap will be as easy as running the -`-config `configmap syntax:
kamel run `![](![](--config configmap:my-cm config-configmap-route.yaml))`
As soon as the Integration starts, the Camel K operator will take care to mount a volume with the Configmap 's content.