mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
move mutate existing rule skipped log to v4 (#10560)
Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com>
This commit is contained in:
parent
3df3515705
commit
52ec560ffb
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ func (c *mutateExistingController) ProcessUR(ur *kyvernov2.UpdateRequest) error
|
||||||
|
|
||||||
case engineapi.RuleStatusSkip:
|
case engineapi.RuleStatusSkip:
|
||||||
err := fmt.Errorf("mutate existing rule skipped, rule %s, response %v: %s", r.Name(), r.Status(), r.Message())
|
err := fmt.Errorf("mutate existing rule skipped, rule %s, response %v: %s", r.Name(), r.Status(), r.Message())
|
||||||
logger.Info(err.Error())
|
logger.V(4).Info(err.Error())
|
||||||
|
|
||||||
case engineapi.RuleStatusPass:
|
case engineapi.RuleStatusPass:
|
||||||
patchedNew := patched
|
patchedNew := patched
|
||||||
|
|
Loading…
Add table
Reference in a new issue