Files
kubernetes/hack
Kubernetes Submit Queue 0e17e5bd9c Merge pull request #38882 from fraenkel/configmap_env_file
Automatic merge from submit-queue (batch tested with PRs 41139, 41186, 38882, 37698, 42034)

create configmap from-env-file

Allow ConfigMaps to be created from Docker based env files.

See proposal https://github.com/kubernetes/community/issues/165

**Release-note:**
```release-note
1. create configmap has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line.
2. create secret has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line.
```
2017-03-24 12:33:25 -07:00
..
2017-02-02 15:20:45 -08:00
2017-02-10 17:00:28 -08:00
2017-02-01 15:18:32 -05:00
2017-03-15 10:32:37 -07:00
2017-03-15 10:32:37 -07:00
2017-02-09 11:09:13 -08:00
2016-12-06 13:45:10 -05:00
2016-12-14 06:03:00 -08:00