Skip to content

Commit 0d5180c

Browse files
committed
DOC/MINOR: fix inversion between cluster and single mode
1 parent 1491b08 commit 0d5180c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configuration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ The way `cluster` vs `single` is now handled is as following:
7070

7171
| Mode | <dataplane_storage_dir>/cluster.json content |
7272
|-----------|-------------------|
73-
| Single| `cluster` attribute is not empty|
74-
| Cluster| `cluster` attribute is empty |
73+
| Single| `cluster` attribute is empty|
74+
| Cluster| `cluster` attribute is not empty |

0 commit comments

Comments
 (0)