mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
@@ -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