From 763e33407303b4e1e831a9cfee6b85b08fe16446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Tue, 8 Sep 2026 13:33:08 +0000 Subject: [PATCH] docs: remove `apiExportName` from helm values I tried to follow the docs to get to a working sync agent and figured out this option is not supported anymore Signed-off-by: Max Struebing --- docs/content/getting-started.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index 7b63723..569e506 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -117,15 +117,8 @@ file for the Sync Agent Helm chart. We need to pass the target `APIExport` or th we just created. ```yaml -# Either of the following two are required, and both fields are mutually exclusive: - -# the name of the APIExport in kcp that this Sync Agent is supposed to serve. -apiExportName: test.example.com - -# -- or -- - -# the name of the APIExportEndpointSlice in kcp that this Sync Agent is supposed to serve. -# apiExportEndpointSliceName: test.example.com +# Required: the name of the APIExportEndpointSlice in kcp that this Sync Agent is supposed to serve. +apiExportEndpointSliceName: test.example.com # Required: This Agent's public name, used to signal ownership over locally synced objects. # This value must be a valid Kubernetes label value, see