From b23e42cd6dea0e4ce6bba19c13968546807be5f1 Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Tue, 10 Dec 2024 04:40:27 -0600 Subject: [PATCH] Fix docs for `csi` option in `pod` directive (#5585) [ci skip] Signed-off-by: Ben Sherman --- docs/reference/process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/process.md b/docs/reference/process.md index 95a9456ef8..7383c8d5eb 100644 --- a/docs/reference/process.md +++ b/docs/reference/process.md @@ -1078,11 +1078,11 @@ The following options are available: : *Can be specified multiple times* : Mounts a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) with name and optional key to the given path. If the key is omitted, the path is interpreted as a directory and all entries in the `ConfigMap` are exposed in that path. -`csi: '', mountPath: ''` +`csi: '', mountPath: ''` : :::{versionadded} 22.11.0-edge ::: : *Can be specified multiple times* -: Mounts a [CSI ephemeral volume](https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes) by name to the given path. +: Mounts a [CSI ephemeral volume](https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes) with the given configuration to the given path. `emptyDir: , mountPath: ''` : :::{versionadded} 22.11.0-edge