We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81b007 commit e1aaf01Copy full SHA for e1aaf01
pkg/controller/install/deployment.go
@@ -209,7 +209,6 @@ func (i *StrategyDeploymentInstaller) Install(s Strategy) error {
209
if apierrors.IsInvalid(err) || apierrors.IsBadRequest(err) {
210
return StrategyError{Reason: StrategyErrBadResource, Message: fmt.Sprintf("%s", err)}
211
}
212
- log.Debugf("[debug] failed to install strategy %s: %v", strategy.GetStrategyName(), err)
213
return err
214
215
0 commit comments