Merge pull request #290 from slintes/fix-configmap

Fixed environment variables use-case for ConfigMap
This commit is contained in:
Brian Grant 2016-03-31 20:17:14 -07:00
commit d956b20b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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