Skip to content

Commit 882286d

Browse files
authored
Merge pull request #1306 from ashokhein/fix-cluster-name
Fix cluster name inclusion in alerts metadata
2 parents 52dd8f8 + 8aa9ca9 commit 882286d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/events.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (c *Controller) alert(canary *flaggerv1.Canary, message string, metadata bo
8484
}
8585

8686
if metadata {
87-
fields = alertMetadata(canary)
87+
fields = append(fields, alertMetadata(canary)...)
8888
}
8989

9090
// send alert with the global notifier

0 commit comments

Comments
 (0)