Skip to content

Commit

Permalink
add deploying chart message to deploy env
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 4, 2018
1 parent 2d48364 commit 27fe7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func DeployChartsFromRepository(o DeployChartsFromRepositoryOptions) {
mutex.Unlock()

// deploy chart
log.Println("deploying chart", c.ChartName, "version", c.ChartVersion)
DeployChartFromRepository(DeployChartFromRepositoryOptions{
ReleaseName: c.ReleaseName,
Name: c.ChartName,
Expand Down

0 comments on commit 27fe7d2

Please sign in to comment.