From 8aa9ca92e3138cff2b5eea7364aa26485aa8ec01 Mon Sep 17 00:00:00 2001 From: ashokhein Date: Fri, 28 Oct 2022 11:56:06 +0000 Subject: [PATCH] Fixing cluster name Signed-off-by: ashokhein --- pkg/controller/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/events.go b/pkg/controller/events.go index e8aff1fe..17ac4fdd 100644 --- a/pkg/controller/events.go +++ b/pkg/controller/events.go @@ -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