Skip to content

Commit

Permalink
Issue #675: karmor summary flags are ignored (#679)
Browse files Browse the repository at this point in the history
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
  • Loading branch information
Vyom-Yadav committed Mar 7, 2023
1 parent 278322a commit 03fbded
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/observability/kubearmor.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ func GetKubearmorSummaryData(req *opb.Request) ([]types.SysObsProcFileData, []ty
var podInfo types.ObsPodDetail

sysSummary, err := libs.GetSystemSummary(CfgDB, types.SystemSummary{
PodName: req.PodName,
PodName: req.PodName,
NamespaceName: req.NameSpace,
ContainerName: req.ContainerName,
ClusterName: req.ClusterName,
Labels: req.Label,
})
if err != nil {
return nil, nil, nil, types.ObsPodDetail{}
Expand Down

0 comments on commit 03fbded

Please sign in to comment.