From 02f5c38d0484399499581e849665a1c4d9e4b758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Tue, 21 Jan 2025 16:23:28 +0100 Subject: [PATCH] Fix labels config syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniƫl van Eeden --- content/docs/6.1/deploy/configure/topology.md | 2 +- content/docs/6.5/deploy/configure/topology.md | 2 +- content/docs/7.1/deploy/configure/topology.md | 2 +- content/docs/dev/deploy/configure/topology.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/6.1/deploy/configure/topology.md b/content/docs/6.1/deploy/configure/topology.md index 057c0bc..7545402 100644 --- a/content/docs/6.1/deploy/configure/topology.md +++ b/content/docs/6.1/deploy/configure/topology.md @@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l ```toml [server] - labels = "zone=,rack=,host=" + labels = {zone="",rack="",host=""} ``` ## Example diff --git a/content/docs/6.5/deploy/configure/topology.md b/content/docs/6.5/deploy/configure/topology.md index 4af2140..c6f4687 100644 --- a/content/docs/6.5/deploy/configure/topology.md +++ b/content/docs/6.5/deploy/configure/topology.md @@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l ```toml [server] - labels = "zone=,rack=,host=" + labels = {zone="",rack="",host=""} ``` ## Example diff --git a/content/docs/7.1/deploy/configure/topology.md b/content/docs/7.1/deploy/configure/topology.md index 2ff5f85..8e9a9e7 100644 --- a/content/docs/7.1/deploy/configure/topology.md +++ b/content/docs/7.1/deploy/configure/topology.md @@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l ```toml [server] - labels = "zone=,rack=,host=" + labels = {zone="",rack="",host=""} ``` ## Example diff --git a/content/docs/dev/deploy/configure/topology.md b/content/docs/dev/deploy/configure/topology.md index 62eca23..fcac1ad 100644 --- a/content/docs/dev/deploy/configure/topology.md +++ b/content/docs/dev/deploy/configure/topology.md @@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l ```toml [server] - labels = "zone=,rack=,host=" + labels = {zone="",rack="",host=""} ``` ## Example