Skip to content

Commit

Permalink
address Ludovic Fernandez comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mpl committed Mar 19, 2019
1 parent 6c1b5d8 commit b9f1925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/provider/kubernetes/crd/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ func (p *Provider) Provide(configurationChan chan<- config.Message, pool *safe.P
return err
}

if p.LabelSelector != "" {
logger.Debugf("Using label selector: %q", p.LabelSelector)
}
logger.Debugf("Using label selector: %q", p.LabelSelector)
k8sClient, err := p.newK8sClient(ctxLog, p.LabelSelector)
if err != nil {
return err
Expand Down

0 comments on commit b9f1925

Please sign in to comment.