Merge pull request #290 from slintes/fix-configmap
Fixed environment variables use-case for ConfigMap
This commit is contained in:
commit
d956b20b4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue