From 7314569cb09f0649dca1a9a8bab2f4d3a01750eb Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Mon, 24 Jul 2023 08:22:56 -0400 Subject: [PATCH] [CI:DOCS] Update kube play volume support Update the kubernetes_support table to correctly show that "volumes" is supported in the pod spec. The kube play docs already specifies which types of volumes are curretnly supported, so no further documentation is needed on that. Signed-off-by: Urvashi Mohnani --- 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 741d14e8ed..3600bbe1b7 100644 --- a/docs/kubernetes_support.md +++ b/docs/kubernetes_support.md @@ -13,7 +13,7 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman | imagePullSecrets | no | | enableServiceLinks | no | | os\.name | no | -| volumes | no | +| volumes | ✅ | | nodeSelector | N/A | | nodeName | N/A | | affinity\.nodeAffinity | N/A |