From c76d6457bb56566020fa9d15dff35d520c7b9b6a Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 17 Jul 2025 14:49:27 +0200 Subject: [PATCH] fup --- components/node/files/conf/sentinel.conf.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/node/files/conf/sentinel.conf.tpl b/components/node/files/conf/sentinel.conf.tpl index 369cb64..8555f38 100644 --- a/components/node/files/conf/sentinel.conf.tpl +++ b/components/node/files/conf/sentinel.conf.tpl @@ -43,7 +43,7 @@ sentinel current-epoch 0 {{- $ndeFQDN := printf "%s.%s" $ndeHostname $domain }} {{- $nodeID := sha1sum $ndeHostname }} {{- if (ne $fqdn $ndeFQDN) }} -sentinel {{ printf "known-sentinel $masterNname %s %s %s" $ndeFQDN $sentinel_port $nodeID }} -sentinel {{ printf "known-replica $masterNname %s %s" $ndeFQDN $port }} +sentinel {{ printf "known-sentinel $masterName %s %s %s" $ndeFQDN $sentinel_port $nodeID }} +sentinel {{ printf "known-replica $masterName %s %s" $ndeFQDN $port }} {{- end}} {{- end}} \ No newline at end of file