This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new e2fcc94  Add missing group name for event exporter
e2fcc94 is described below

commit e2fcc94a56aab0df3e767b3405fab8263f4d53d3
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Nov 22 10:27:25 2021 +0800

    Add missing group name for event exporter
---
 deploy/platform/kubernetes/feature-event/resources.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/feature-event/resources.yaml 
b/deploy/platform/kubernetes/feature-event/resources.yaml
index 40c7158..2457eb8 100644
--- a/deploy/platform/kubernetes/feature-event/resources.yaml
+++ b/deploy/platform/kubernetes/feature-event/resources.yaml
@@ -51,7 +51,7 @@ data:
       skywalking:
         template:
           source:
-            service: "{{ .Service.Name }}"
+            service: agent::"{{ .Service.Name }}"
             serviceInstance: "{{ .Pod.Name }}"
             endpoint: ""
           message: "{{ .Event.Message }}"

Reply via email to