Skip to content

Commit 34703ee

Browse files
committed
feat: use log instead of print
Signed-off-by: William Wang <[email protected]>
1 parent d42bcb9 commit 34703ee

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)