Skip to content

Commit

Permalink
docs: included notes for configs support
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitor83 committed Nov 29, 2024
1 parent 5c1b3ad commit 9f609d6
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 @@ -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 |
Expand Down

0 comments on commit 9f609d6

Please sign in to comment.