Update conversion doc for env_file

Updates the conversion doc to indicate that we support env_file

Closes https://github.com/kubernetes/kompose/issues/873
This commit is contained in:
Charlie Drage 2017-11-22 12:01:52 -05:00
parent 999278fa0c
commit 7496662ff3

View File

@ -42,7 +42,7 @@ __Glossary:__
| dns_search | x | x | x | | See `dns` key |
| tmpfs | ✓ | ✓ | ✓ | Pod.Spec.Containers.Volumes.EmptyDir | Creates emptyDirvolume with medium set to Memory & mounts given directory inside container |
| entrypoint | ✓ | ✓ | ✓ | Pod.Spec.Container.Command | Same as command |
| env_file | n | n | n | | |
| env_file | n | n | | | |
| environment | ✓ | ✓ | ✓ | Pod.Spec.Container.Env | |
| expose | ✓ | ✓ | ✓ | Service.Spec.Ports | |
| extends | ✓ | ✓ | ✓ | | Extends by utilizing the same image supplied |