Config Map volumes allow you to a kubernetes configmap as a volume into a pipeline step. This setting is only available to trusted repositories.
This setting is only available to trusted repositories, since some kubernetes workloads (incorrectly) may choose to write sensitive date into a configmap - when it really should be written to a secret instead.
|
|
The first step is to define the configmap volume. You can also assign a default mode, or even make the configmap optional.
|
|
The next step is to configure your pipeline step to mount the volume into your container. The container path must also be an absolute path. Each key in your configmap will become a file in the mounted directory.
|
|