Updated overview section of ConfigMaps #30729
parent
160b768e6d
commit
0243eeb385
|
@ -8,10 +8,12 @@ card:
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
Many applications rely on configuration which is used during either application initialization or runtime.
|
||||||
|
Most of the times there is a requirement to adjust values assigned to configuration parameters.
|
||||||
|
ConfigMaps is the kubernetes way to inject application pods with configuration data.
|
||||||
ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable. This page provides a series of usage examples demonstrating how to create ConfigMaps and configure Pods using data stored in ConfigMaps.
|
ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable. This page provides a series of usage examples demonstrating how to create ConfigMaps and configure Pods using data stored in ConfigMaps.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## {{% heading "prerequisites" %}}
|
## {{% heading "prerequisites" %}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue