Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit b430982

Browse files
committed
Fix typo in Alertmanager configuration
1 parent 5ec0459 commit b430982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/alertmanager.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
container.withArgsMixin(
4848
$.util.mapToFlags($.alertmanager_args) +
4949
if isHA then
50-
['--cluster.listen-address=[$(POD_IP)]:%s' % $._config.alertmanager_gossip_port] +
50+
['--cluster.listen-address=[$(POD_IP)]:%s' % $._config.alertmanager.gossip_port] +
5151
['--cluster.peer=%s' % peer for peer in peers]
5252
else [],
5353
) +

0 commit comments

Comments
 (0)