Skip to content

Commit cb76ae7

Browse files
authored
Fix labels config syntax
2 parents c773187 + 02f5c38 commit cb76ae7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/docs/6.1/deploy/configure/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
4545

4646
```toml
4747
[server]
48-
labels = "zone=<zone>,rack=<rack>,host=<host>"
48+
labels = {zone="<zone>",rack="<rack>",host="<host>"}
4949
```
5050

5151
## Example

content/docs/6.5/deploy/configure/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
4545

4646
```toml
4747
[server]
48-
labels = "zone=<zone>,rack=<rack>,host=<host>"
48+
labels = {zone="<zone>",rack="<rack>",host="<host>"}
4949
```
5050

5151
## Example

content/docs/7.1/deploy/configure/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
4545

4646
```toml
4747
[server]
48-
labels = "zone=<zone>,rack=<rack>,host=<host>"
48+
labels = {zone="<zone>",rack="<rack>",host="<host>"}
4949
```
5050

5151
## Example

content/docs/dev/deploy/configure/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
4545

4646
```toml
4747
[server]
48-
labels = "zone=<zone>,rack=<rack>,host=<host>"
48+
labels = {zone="<zone>",rack="<rack>",host="<host>"}
4949
```
5050

5151
## Example

0 commit comments

Comments
 (0)