From adea690a860e37594247762b043e065e8e5b7eb4 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Wed, 4 Jun 2025 12:28:55 +0300 Subject: [PATCH] Add volume fields description for k8s CRD Signed-off-by: Radoslav Dimitrov --- .gitignore | 1 + docs/toolhive/kubernetes/run-mcp-k8s.md | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ed3fe72..2355ddc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* .vercel +.idea diff --git a/docs/toolhive/kubernetes/run-mcp-k8s.md b/docs/toolhive/kubernetes/run-mcp-k8s.md index e822079..118ca09 100644 --- a/docs/toolhive/kubernetes/run-mcp-k8s.md +++ b/docs/toolhive/kubernetes/run-mcp-k8s.md @@ -331,11 +331,12 @@ The `secrets` field has the following parameters: The `volumes` field has the following parameters: -:::warning TODO - -Need info! - -::: +- `name`: The name of the volume (required) +- `hostPath`: The path on the host to mount (required) +- `mountPath`: The path in the container where the volume will be mounted + (required) +- `readOnly`: Whether the volume should be mounted as read-only (optional, + defaults to false) ### Permission Profiles