What needs documentation?
In the Registry Server configuration guide, the Kubernetes source section mentions the kubernetes.namespaces configuration option as a list of namespaces to watch, but does not specify the expected format.
A reader has to go all the way down to the Environment variables table to make the connection to THV_REGISTRY_WATCH_NAMESPACE and find out that it's comma-separated.
Context and references
|
- `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 |
Use case
No response
Additional context
No response
What needs documentation?
In the Registry Server configuration guide, the Kubernetes source section mentions the
kubernetes.namespacesconfiguration option as a list of namespaces to watch, but does not specify the expected format.A reader has to go all the way down to the Environment variables table to make the connection to
THV_REGISTRY_WATCH_NAMESPACEand find out that it's comma-separated.Context and references
docs-website/docs/toolhive/guides-registry/configuration.mdx
Lines 398 to 400 in 3715c93
Use case
No response
Additional context
No response