mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix typo
This commit is contained in:
parent
139000fe3f
commit
087f183895
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ func getFailedOverallRuleInfo(resource unstructured.Unstructured, engineResponse
|
|||
|
||||
// resource does not match so there was a mutation rule violated
|
||||
for index, rule := range engineResponse.PolicyResponse.Rules {
|
||||
log.V(4).Info("veriying if policy rule was applied before", "rule", rule.Name)
|
||||
log.V(4).Info("verifying if policy rule was applied before", "rule", rule.Name)
|
||||
|
||||
patches := dropKyvernoAnnotation(rule.Patches, log)
|
||||
if len(patches) == 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue