Skip to content

Commit

Permalink
refactor: remove connect strings from packager property
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Laine <[email protected]>
  • Loading branch information
phillebaba committed Sep 4, 2024
1 parent d26817f commit e7f2627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/packager/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (p *Packager) deployComponents(ctx context.Context) ([]types.DeployedCompon
}

// Deploy the component
var charts []types.InstalledChart
charts := []types.InstalledChart{}
var deployErr error
if p.cfg.Pkg.IsInitConfig() {
charts, deployErr = p.deployInitComponent(ctx, component)
Expand Down

0 comments on commit e7f2627

Please sign in to comment.