Skip to content

Commit b16084f

Browse files
committed
feat: use log instead of print
1 parent ba5b504 commit b16084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/argocd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ func marshalParamsOverride(app *v1alpha1.Application, originalData []byte) ([]by
500500

501501
if helmAnnotationParamName == "" {
502502
// allow empty image-name
503-
fmt.Sprintf("no image-name annotation found for image %s", c.ImageName)
503+
log.Debugf("no image-name annotation found for image %s", c.ImageName)
504504
} else {
505505
helmParamName := getHelmParam(appSource.Helm.Parameters, helmAnnotationParamName)
506506
if helmParamName == nil {

0 commit comments

Comments
 (0)