diff --git a/pkg/yamlpatch/patcher.go b/pkg/yamlpatch/patcher.go index 300488e03..fb76b92e7 100644 --- a/pkg/yamlpatch/patcher.go +++ b/pkg/yamlpatch/patcher.go @@ -60,7 +60,7 @@ func (p *Patcher) MergedPatchContent() ([]byte, error) { return nil, err } if err == nil { - log.Infof("Patching yaml: '%s' with '%s'", p.BaseFilePath, p.PatchFilePath) + log.Debugf("Patching yaml: '%s' with '%s'", p.BaseFilePath, p.PatchFilePath) } var patched *bytes.Buffer