diff --git a/Untime-secret-configuration.md b/Untime-secret-configuration.md index 65b7701..de8917c 100644 --- a/Untime-secret-configuration.md +++ b/Untime-secret-configuration.md @@ -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.