You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,12 @@ card:
8
8
---
9
9
10
10
<!-- 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.
11
14
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.
0 commit comments