Merge pull request #1306 from ashokhein/fix-cluster-name

Fix cluster name inclusion in alerts metadata
This commit is contained in:
Stefan Prodan
2022-11-09 12:52:11 +02:00
committed by GitHub
+1 -1
View File
@@ -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