Skip to content
Merged
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
7 changes: 4 additions & 3 deletions docs/toolhive/guides-registry/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,10 @@ registries:
**Configuration options:**

- `kubernetes` (required): Empty object or namespace configuration (see below)
- `kubernetes.namespaces` (optional): List of Kubernetes namespaces to watch. If
empty, falls back to the `THV_REGISTRY_WATCH_NAMESPACE` environment variable,
or all namespaces if neither is set
- `kubernetes.namespaces` (optional): A comma-separated list of Kubernetes
namespaces to watch. If empty, falls back to the
`THV_REGISTRY_WATCH_NAMESPACE` environment variable, or all namespaces if
neither is set
- No sync policy required (Kubernetes sources query live deployments on-demand)

#### Per-entry claims via annotation
Expand Down