mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 19:28:55 +00:00
fix: lease log message (#5030)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
a15853910b
commit
e7fac3a57f
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ func (c *controller) watchdog(ctx context.Context) {
|
|||
return nil
|
||||
},
|
||||
); err != nil {
|
||||
logger.Error(err, "failed to get lease")
|
||||
logger.Error(err, "failed to update lease")
|
||||
}
|
||||
}
|
||||
c.enqueueResourceWebhooks(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue