1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update message (#10862)

Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
Jim Bugwadia 2024-08-15 07:42:29 -07:00 committed by GitHub
parent 40ba712987
commit 3c63152f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -452,7 +452,7 @@ func (c *controller) updatePolicyStatuses(ctx context.Context) error {
if c.autoUpdateWebhooks {
for _, set := range c.policyState {
if !set.Has(policyKey) {
ready, message = false, "Not ready yet"
ready, message = false, "Not Ready"
break
}
}