Ver Fonte

remove unneeded console log

Alexander Belanger há 4 anos atrás
pai
commit
c4c1840cb5
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      internal/helm/agent.go

+ 0 - 2
internal/helm/agent.go

@@ -303,8 +303,6 @@ func (a *Agent) UpgradeReleaseByValues(
 					return nil, err
 				}
 
-				a.ActionConfig.Log("helm template ran successfully")
-
 				oldManifestBuffer := bytes.NewBufferString(rel.Manifest)
 				newManifestBuffer := bytes.NewBufferString(newRelDryRun.Manifest)