diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 70fb6bc41..de30a051d 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -154,7 +154,6 @@ func (c *Client) Get(namespace string, reader io.Reader) (string, error) { return "", err } - objPods := c.getRelationPods(infos) missing := []string{}