Skip to content

Commit

Permalink
DOC/MINOR: fix inversion between cluster and single mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 committed Sep 6, 2024
1 parent 1491b08 commit 0d5180c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ The way `cluster` vs `single` is now handled is as following:

| Mode | <dataplane_storage_dir>/cluster.json content |
|-----------|-------------------|
| Single| `cluster` attribute is not empty|
| Cluster| `cluster` attribute is empty |
| Single| `cluster` attribute is empty|
| Cluster| `cluster` attribute is not empty |

0 comments on commit 0d5180c

Please sign in to comment.