From 9c9d359fb3efe654d3ae1e62c9202fd7a086c6da Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Mon, 20 Mar 2017 14:49:37 +0800 Subject: [PATCH] fix a typo in /docs/user-guide/configmap/index.md change "value" to "values" --- 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 1355e599f2..8249f55084 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -46,7 +46,7 @@ of configuration files. Configuration data can be consumed in pods in a variety of ways. ConfigMaps can be used to: -1. Populate the value of environment variables +1. Populate the values of environment variables 2. Set command-line arguments in a container 3. Populate config files in a volume