Skip to content

Commit e3ad96a

Browse files
authored
Merge pull request #31466 from deepakcpakhale06/main
Updated overview section of ConfigMaps
2 parents 0d8645c + 0243eeb commit e3ad96a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ card:
88
---
99

1010
<!-- overview -->
11+
Many applications rely on configuration which is used during either application initialization or runtime.
12+
Most of the times there is a requirement to adjust values assigned to configuration parameters.
13+
ConfigMaps is the kubernetes way to inject application pods with configuration data.
1114
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.
1215

1316

14-
1517
## {{% heading "prerequisites" %}}
1618

1719

0 commit comments

Comments
 (0)