Merge pull request #875 from cdrage/update-conversion-docs

Update conversion doc for env_file
This commit is contained in:
Charlie Drage 2017-11-22 12:02:27 -05:00 committed by GitHub
commit a194e59651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ __Glossary:__
| dns_search | x | x | x | | See `dns` key | | 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 | | 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 | | entrypoint | ✓ | ✓ | ✓ | Pod.Spec.Container.Command | Same as command |
| env_file | n | n | n | | | | env_file | n | n | | | |
| environment | ✓ | ✓ | ✓ | Pod.Spec.Container.Env | | | environment | ✓ | ✓ | ✓ | Pod.Spec.Container.Env | |
| expose | ✓ | ✓ | ✓ | Service.Spec.Ports | | | expose | ✓ | ✓ | ✓ | Service.Spec.Ports | |
| extends | ✓ | ✓ | ✓ | | Extends by utilizing the same image supplied | | extends | ✓ | ✓ | ✓ | | Extends by utilizing the same image supplied |