mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-17 17:56:33 +00:00
Bump up verbosity for patched resource mismatch
(#3127)
Signed-off-by: Abhinav Sinha <abhinav@nirmata.com>
This commit is contained in:
parent
326d141a6d
commit
ed3811ea5a
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ func getAndComparePatchedResource(path string, enginePatchedResource unstructure
|
|||
}
|
||||
matched, err := generate.ValidateResourceWithPattern(log.Log, enginePatchedResource.UnstructuredContent(), patchedResources.UnstructuredContent())
|
||||
if err != nil {
|
||||
log.Log.Info("patched resource mismatch", "error", err.Error())
|
||||
log.Log.V(3).Info("patched resource mismatch", "error", err.Error())
|
||||
status = "fail"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue