Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSkillGirl committed Nov 26, 2020
1 parent 3a29f3a commit 48118de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kyverno/apply/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ To apply policy with variables:
err := policy2.Validate(utils.MarshalPolicy(*policy), nil, true, openAPIController)
if err != nil {
rc.skip += len(resources)
log.Log.V(3).Info(fmt.Sprintf("skipping policy %v as it is not valid: %v\n", policy.Name), "error", err)
log.Log.V(3).Info(fmt.Sprintf("skipping policy %v as it is not valid", policy.Name), "error", err)
continue
}

Expand Down

0 comments on commit 48118de

Please sign in to comment.