From 6dcde8099970f459d8949f17ec43c661c4e6a1ce Mon Sep 17 00:00:00 2001 From: thartd <49099022+pcguy85@users.noreply.github.com> Date: Sun, 26 May 2024 16:54:44 +0200 Subject: [PATCH] kubernetes_support.md: Mark volumeMounts.subPath as supported It seems like podman kube play already supports the field since version 4.4.0 but the documentation was not yet updated. Signed-off-by: thartd <49099022+pcguy85@users.noreply.github.com> --- docs/kubernetes_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes_support.md b/docs/kubernetes_support.md index b7bc112451..4806a1e9e8 100644 --- a/docs/kubernetes_support.md +++ b/docs/kubernetes_support.md @@ -104,7 +104,7 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman | volumeMounts\.name | ✅ | | volumeMounts\.mountPropagation | no | | volumeMounts\.readOnly | ✅ | -| volumeMounts\.subPath | no | +| volumeMounts\.subPath | ✅ | | volumeMounts\.subPathExpr | no | | volumeDevices\.devicePath | no | | volumeDevices\.name | no |