Skip to content

Commit 25f62af

Browse files
authoredJun 9, 2022
Fixing namespace error issue in summary (accuknox#474)
Signed-off-by: Eswar Rajan Subramanian <eswar@accuknox.com>
1 parent b39366f commit 25f62af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/observability/kubearmor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func convertKubearmorPbLogToKubearmorLog(pbLog pb.Log) types.KubeArmorLogAlert {
1313
return types.KubeArmorLogAlert{
1414
ClusterName: pbLog.ClusterName,
1515
HostName: pbLog.HostName,
16-
NamespaceName: pbLog.ClusterName,
16+
NamespaceName: pbLog.NamespaceName,
1717
PodName: pbLog.PodName,
1818
Labels: pbLog.Labels,
1919
ContainerID: pbLog.ContainerID,

0 commit comments

Comments
 (0)
Please sign in to comment.