Skip to content

Commit 461f5c7

Browse files
tomkivlinTim Bannister
andauthored
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent a24f7c6 commit 461f5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ card:
1010
<!-- overview -->
1111
Many applications rely on configuration which is used during either application initialization or runtime.
1212
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.
13+
ConfigMaps are the Kubernetes way to inject application pods with configuration data.
1414
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.
1515

1616

0 commit comments

Comments
 (0)