Skip to content

Commit

Permalink
Re-enable label selector
Browse files Browse the repository at this point in the history
Kubernetes-commit: e8627059b02a360f30a869abc7c1cbec00163651
  • Loading branch information
ardaguclu authored and k8s-publishing-bot committed Feb 7, 2023
1 parent 223a47b commit d75d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/diff/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newPruner(dc dynamic.Interface, m meta.RESTMapper, r []prune.Resource, sele
dynamicClient: dc,
mapper: m,
resources: r,
//labelSelector: selector,
labelSelector: selector,
}
}

Expand Down

0 comments on commit d75d913

Please sign in to comment.