From 7496662ff343bbdb0a984ce7b45cdf3270f5675e Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 22 Nov 2017 12:01:52 -0500 Subject: [PATCH] Update conversion doc for env_file Updates the conversion doc to indicate that we support env_file Closes https://github.com/kubernetes/kompose/issues/873 --- docs/conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conversion.md b/docs/conversion.md index 6804cb5a..c488e6c3 100644 --- a/docs/conversion.md +++ b/docs/conversion.md @@ -42,7 +42,7 @@ __Glossary:__ | 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 | | entrypoint | ✓ | ✓ | ✓ | Pod.Spec.Container.Command | Same as command | -| env_file | n | n | n | | | +| env_file | n | n | ✓ | | | | environment | ✓ | ✓ | ✓ | Pod.Spec.Container.Env | | | expose | ✓ | ✓ | ✓ | Service.Spec.Ports | | | extends | ✓ | ✓ | ✓ | | Extends by utilizing the same image supplied |