Skip to content

Commit c0992a0

Browse files
authored
Specify format of kubernetes.namespaces (#894)
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 3715c93 commit c0992a0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/toolhive/guides-registry/configuration.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,10 @@ registries:
395395
**Configuration options:**
396396

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

403404
#### Per-entry claims via annotation

0 commit comments

Comments
 (0)