Skip to content
Open
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
11 changes: 2 additions & 9 deletions docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down