1
0
Fork 0
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:
Charles-Edouard Brétéché 2022-10-18 14:46:09 +02:00 committed by GitHub
parent a15853910b
commit e7fac3a57f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)