Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Aug 8, 2023
1 parent 0d7f5be commit ed0156c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions agent/kubviz/kube_score.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ func RunKubeScore(clientset *kubernetes.Clientset, js nats.JetStreamContext, wg
//continue // Move on to the next image in case of an error
}
publishKubescoreMetrics(report, js, errCh)
//log.Println("Publishing kube-score recommendations for namespace")

// If you want to publish the report or perform any other action with it, you can do it here

}

func publishKubescoreMetrics(report []json_v2.ScoredObject, js nats.JetStreamContext, errCh chan error) {
Expand Down

0 comments on commit ed0156c

Please sign in to comment.