mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

podman play kube now supports and has tests for the subpath field when using a hostPath volume type and a configMap volume type. The hostpath works similarly to the named volume, allowing a user to specify a whole directory but also a specific file or subdir within that mount. Config Maps operate the same way but specifically allow users to mount specific data in a subpath alongside the existing data resolves #16828 Signed-off-by: Charlie Doern <cbddoern@gmail.com>