Skip to content

Commit

Permalink
Fixed --alertmanager.cluster.peers
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Jun 16, 2021
1 parent d00e8b4 commit 95b2e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/mimir/alertmanager.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
$.util.mapToFlags($.alertmanager_args) +
if isHA then
['--alertmanager.cluster.listen-address=[$(POD_IP)]:%s' % $._config.alertmanager.gossip_port] +
['--alertmanager.cluster.peers=%s' % peer for peer in peers]
['--alertmanager.cluster.peers=%s' % std.join(',', peers)]
else [],
) +
container.withVolumeMountsMixin(
Expand Down

0 comments on commit 95b2e61

Please sign in to comment.