Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Remove debugging Log statement I'd added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed May 19, 2018
1 parent 41d5731 commit 843f9b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/helm/releasesync/releasesync.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func (rs *ReleaseChangeSync) shouldUpgrade(
desVals := desRel.GetConfig().GetRaw()
desChart := desRel.GetChart().String()

rs.logger.Log("info", fmt.Sprintf("des vals: %#v, %#v", desVals, desRel.GetConfig().GetValues()))
// compare values && Chart
if currVals != desVals {
rs.logger.Log("error", fmt.Sprintf("Release %s: values have diverged due to manual Chart release", currRel.GetName()))
Expand Down

0 comments on commit 843f9b9

Please sign in to comment.