From eda11f14d763044ba027e1784db5056a81c92df8 Mon Sep 17 00:00:00 2001 From: Marc Sluiter Date: Wed, 30 Mar 2016 22:29:18 +0200 Subject: [PATCH] Fixed environment variables use-case --- docs/user-guide/configmap/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configmap/index.md b/docs/user-guide/configmap/index.md index 7a9ec2450f8..ccc664e24c9 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -237,7 +237,7 @@ metadata: ### Use-Case: Consume ConfigMap in environment variables -ConfigMaps can be used to populate the value of command line arguments. As an example, consider +ConfigMaps can be used to populate environment variables. As an example, consider the following ConfigMap: ```yaml