1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-17 17:56:33 +00:00

Bump up verbosity for patched resource mismatch ()

Signed-off-by: Abhinav Sinha <abhinav@nirmata.com>
This commit is contained in:
Abhinav Sinha 2022-02-03 16:54:00 +05:30 committed by GitHub
parent 326d141a6d
commit ed3811ea5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}