Skip to content

Commit 84dee14

Browse files
committed
Updated conversion doc
Solves #548 `docs/conversion.md` is updated as `tmpfs` is supported now.
1 parent 0464d24 commit 84dee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This document outlines all the conversion details regarding `docker-compose.yaml
1515
| depends_on | | N | | |
1616
| dns | | N | | |
1717
| dns_search | | N | | |
18-
| tmpfs | | N | | |
18+
| tmpfs | | Y | | Creates `emptyDir` volume & mounts given directory inside container |
1919
| entrypoint | | Y | [Pod.Spec.Container.Command](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_container) | Same as `command` |
2020
| env_file | | N | | |
2121
| environment | | Y | [Pod.Spec.Container.Env](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_envvar) | |

0 commit comments

Comments
 (0)