diff --git a/docs/conversion.md b/docs/conversion.md index a1919b7b..50908002 100644 --- a/docs/conversion.md +++ b/docs/conversion.md @@ -40,7 +40,7 @@ __Glossary:__ | depends_on | x | x | x | | | | dns | x | x | x | | Not used within Kubernetes. Kubernetes uses a managed DNS server | | 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 | | entrypoint | ✓ | ✓ | ✓ | Pod.Spec.Container.Command | Same as command | | env_file | n | n | ✓ | | |