Skip to content

Commit

Permalink
Update tmplExternalURL on ApplyConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
titolins committed Aug 30, 2024
1 parent b483a6c commit c99c864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/alertmanager/alertmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ func (am *Alertmanager) ApplyConfig(conf *definition.PostableApiAlertingConfig,

am.templatesMtx.Lock()
am.templates = tmpls
am.tmplExternalURL = tmplExternalURL
am.templatesMtx.Unlock()

pipeline := am.pipelineBuilder.New(
Expand Down

0 comments on commit c99c864

Please sign in to comment.