Skip to content

Commit

Permalink
Fix typo in conversion.md (kubernetes#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret authored and cdrage committed Apr 18, 2018
1 parent 0ab07be commit 3fa3ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 || | |
Expand Down

0 comments on commit 3fa3ead

Please sign in to comment.