forked from LaconicNetwork/kompose
Fix typo in conversion.md (#989)
This commit is contained in:
parent
0ab07bec57
commit
3fa3eadffa
@ -40,7 +40,7 @@ __Glossary:__
|
|||||||
| depends_on | x | x | x | | |
|
| depends_on | x | x | x | | |
|
||||||
| dns | x | x | x | | Not used within Kubernetes. Kubernetes uses a managed DNS server |
|
| dns | x | x | x | | Not used within Kubernetes. Kubernetes uses a managed DNS server |
|
||||||
| dns_search | x | x | x | | See `dns` key |
|
| dns_search | x | x | x | | See `dns` key |
|
||||||
| dommainname | ✓ | ✓ | ✓ | Pod.Spec.SubDomain |
|
| domainname | ✓ | ✓ | ✓ | Pod.Spec.SubDomain |
|
||||||
| 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 | ✓ | | |
|
| env_file | n | n | ✓ | | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user