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
+1 -1
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