Skip to content

Commit b73da1b

Browse files
will4jchengfang
authored andcommitted
feat: use log instead of print
Signed-off-by: William Wang <[email protected]>
1 parent 5644843 commit b73da1b

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
@@ -517,7 +517,7 @@ func marshalParamsOverride(app *v1alpha1.Application, originalData []byte) ([]by
517517

518518
if helmAnnotationParamName == "" {
519519
// allow empty image-name
520-
fmt.Sprintf("no image-name annotation found for image %s", c.ImageName)
520+
log.Debugf("no image-name annotation found for image %s", c.ImageName)
521521
} else {
522522
helmParamName := getHelmParam(appSource.Helm.Parameters, helmAnnotationParamName)
523523
if helmParamName == nil {

0 commit comments

Comments
 (0)