Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vercel
.idea
11 changes: 6 additions & 5 deletions docs/toolhive/kubernetes/run-mcp-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading