mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Merge pull request #1306 from ashokhein/fix-cluster-name
Fix cluster name inclusion in alerts metadata
This commit is contained in:
@@ -84,7 +84,7 @@ func (c *Controller) alert(canary *flaggerv1.Canary, message string, metadata bo
|
||||
}
|
||||
|
||||
if metadata {
|
||||
fields = alertMetadata(canary)
|
||||
fields = append(fields, alertMetadata(canary)...)
|
||||
}
|
||||
|
||||
// send alert with the global notifier
|
||||
|
||||
Reference in New Issue
Block a user