generated from camel.apache.org/kamelet
Update Untime secret configuration
parent
829ebab9b5
commit
3914171176
@ -22,10 +22,9 @@ config-configmap-route.yaml
|
|||||||
- setBody:
|
- setBody:
|
||||||
simple: "configmap content is: ${body}"
|
simple: "configmap content is: ${body}"
|
||||||
- to: "log:info"
|
- 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 `)`
|
kamel run `)`
|
||||||
As soon as the Integration starts, the Camel K operator will take care to mount a volume with the Configmap 's content.
|
As soon as the Integration starts, the Camel K operator will take care to mount a volume with the Configmap 's content.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user