Andrey Smirnov 63157dcb49
docs: update SideroLinkConfig example
The provided example wasn't valid, it should not have a path component.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-01-17 18:10:35 +04:00

627 B

description, title
description title
SideroLinkConfig is a SideroLink connection machine configuration document. SideroLinkConfig

{{< highlight yaml >}} apiVersion: v1alpha1 kind: SideroLinkConfig apiUrl: https://siderolink.api/jointoken?token=secret # SideroLink API URL to connect to. {{< /highlight >}}

Field Type Description Value(s)
apiUrl URL SideroLink API URL to connect to.
Show example(s){{< highlight yaml >}}
apiUrl: https://siderolink.api/?jointoken=secret
{{< /highlight >}}