From 3fa3eadffa7848e5396df3bd1a8facd73a6c8063 Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Wed, 18 Apr 2018 17:37:31 +0200 Subject: [PATCH] Fix typo in conversion.md (#989) --- docs/conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | ✓ | | |