We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52dd8f8 + 8aa9ca9 commit 882286dCopy full SHA for 882286d
pkg/controller/events.go
@@ -84,7 +84,7 @@ func (c *Controller) alert(canary *flaggerv1.Canary, message string, metadata bo
84
}
85
86
if metadata {
87
- fields = alertMetadata(canary)
+ fields = append(fields, alertMetadata(canary)...)
88
89
90
// send alert with the global notifier
0 commit comments