Skip to content

Commit

Permalink
chore: update master-master template
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Jan 15, 2024
1 parent 062ca38 commit 7115c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/templates/two-node-master-master.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"hostUid": "_____place_holder_____",
"nicName": "_____place_holder_____",
"staticIP": "",
"isTwoNodeCandidate": true
"isTwoNodeLeader": true
},
{
"hostUid": "_____place_holder_____",
"nicName": "_____place_holder_____",
"staticIP": "",
"isTwoNodeCandidate": true
"isTwoNodeFollower": true
}
]
},
Expand Down

0 comments on commit 7115c36

Please sign in to comment.