From 77be9fb1e12c45904fa837b1b2141c4e09d76d75 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 21 May 2026 13:20:59 -0400 Subject: [PATCH] Specify format of kubernetes.namespaces Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- docs/toolhive/guides-registry/configuration.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/toolhive/guides-registry/configuration.mdx b/docs/toolhive/guides-registry/configuration.mdx index 8530236e..59167fc1 100644 --- a/docs/toolhive/guides-registry/configuration.mdx +++ b/docs/toolhive/guides-registry/configuration.mdx @@ -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