From 9f609d6b7d3050021bfd671b21af346d383d1938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Paes=20de=20Barros=20do=20Carmo?= Date: Wed, 13 Nov 2024 02:22:38 +0000 Subject: [PATCH] docs: included notes for configs support --- docs/conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conversion.md b/docs/conversion.md index 53053893..6f31067c 100644 --- a/docs/conversion.md +++ b/docs/conversion.md @@ -38,7 +38,7 @@ We're doing our best to keep it up to date as soon as possible in our releases t | cap_add | ✓ | ✓ | ✓ | Container.SecurityContext.Capabilities.Add | | | cap_drop | ✓ | ✓ | ✓ | Container.SecurityContext.Capabilities.Drop | | | command | ✓ | ✓ | ✓ | Container.Args | | -| configs | n | n | ✓ | | | +| configs | n | n | ✓ | ConfigMap | Support for content and file | | configs: short-syntax | n | n | ✓ | | Only create configMap | | configs: long-syntax | n | n | ✓ | | If target path is /, ignore this and only create configMap | | cgroup_parent | x | x | x | | Not supported within Kubernetes. See issue https://github.com/kubernetes/kubernetes/issues/11986 |