Skip to content

Commit

Permalink
chore: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 committed Jul 12, 2023
1 parent aed72e3 commit b0f42a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/firehose/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ func (fd *firehoseDriver) getHelmRelease(res resource.Resource, conf Config,
}

if telegrafConf.Enabled {

conf.EnvVariables, err = renderTpl(conf.EnvVariables, cloneAndMergeMaps(conf.EnvVariables, cloneAndMergeMaps(deploymentLabels, cloneAndMergeMaps(res.Labels, entropyLabels))))
if err != nil {
return nil, err
Expand Down

0 comments on commit b0f42a8

Please sign in to comment.