mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
parent
40ba712987
commit
3c63152f18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue