forked from LaconicNetwork/kompose
Merge pull request #875 from cdrage/update-conversion-docs
Update conversion doc for env_file
This commit is contained in:
commit
a194e59651
@ -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 |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user