mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
update background scan logging messages (#7142)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
348d771f3c
commit
f7e9c45585
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ func (pc *policyController) forceReconciliation(ctx context.Context) {
|
|||
for {
|
||||
select {
|
||||
case <-ticker.C:
|
||||
logger.Info("performing the background scan", "scan interval", pc.reconcilePeriod.String())
|
||||
logger.Info("reconciling generate and mutateExisting policies", "scan interval", pc.reconcilePeriod.String())
|
||||
pc.requeuePolicies()
|
||||
|
||||
case <-ctx.Done():
|
||||
|
|
Loading…
Reference in a new issue