From 7115c3688d1939a1102a00ef5fba8b07de7635c7 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Mon, 15 Jan 2024 11:30:23 -0500 Subject: [PATCH] chore: update master-master template Signed-off-by: Tyler Gillson --- test/templates/two-node-master-master.json.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/templates/two-node-master-master.json.tmpl b/test/templates/two-node-master-master.json.tmpl index f050ff8..d8d7634 100644 --- a/test/templates/two-node-master-master.json.tmpl +++ b/test/templates/two-node-master-master.json.tmpl @@ -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 } ] },