generated from camel.apache.org/kamelet
Update Untime secret configuration
parent
fc239cf34a
commit
829ebab9b5
@ -25,14 +25,14 @@ config-configmap-route.yaml
|
||||
|
||||
```
|
||||
|
||||
You can see that we’re 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 `)`
|
||||
As soon as the Integration starts, the Camel K operator will take care to mount a volume with the Configmap 's content.
|
||||
|
||||
you can provide a Configmap which is not yet available on the cluster. The Integration won’t start until the resource will be made available.
|
||||
you can provide a Configmap which is not yet available on the cluster. The Integration wont start until the resource will be made available.
|
||||
Runtime secret configuration
|
||||
We can apply the very same concept seen in the previous section for the Kubernetes Secret 's.
|
||||
We can apply the very same concept seen in the previous section for the Kubernetes Secret s.
|
||||
|
||||
As an example, let’s create a Secret named my-sec containing certain information. You can alternatively use any Secret you’ve already stored in your cluster:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user