1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00

correct spelling

This commit is contained in:
Shuting Zhao 2019-08-23 16:10:16 -07:00
parent 31f5d788ab
commit c9c2459dab

View file

@ -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
}