mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
correct spelling
This commit is contained in:
parent
31f5d788ab
commit
c9c2459dab
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ func mutation(policy kyverno.Policy, resource unstructured.Unstructured, policyS
|
|||
// resources matches
|
||||
if reflect.DeepEqual(resource, engineResponse.PatchedResource) {
|
||||
ruleInfo := info.NewRuleInfo("over-all mutation", info.Mutation)
|
||||
ruleInfo.Add("resource satisfys the mutation rule")
|
||||
ruleInfo.Add("resource satisfies the mutation rule")
|
||||
return append(ruleInfos, ruleInfo), nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue