Skip to content

Commit a874eb4

Browse files
committed
DOC/MINOR: fix inversion between cluster and single mode
1 parent b47d1f0 commit a874eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)