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