mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
remove mutation message when no rules are applied (#1162)
This commit is contained in:
parent
712168ab67
commit
5f8c38966a
1 changed files with 0 additions and 2 deletions
|
@ -430,8 +430,6 @@ func applyPolicyOnResource(policy *v1.ClusterPolicy, resource *unstructured.Unst
|
|||
fmt.Printf("\n\nMutation:\nMutation has been applied succesfully. Check the files.")
|
||||
}
|
||||
|
||||
} else {
|
||||
fmt.Printf("\n\nMutation:\nMutation skipped. Resource not matches the policy\n")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue