Modifying the trigger for the mutateexisting policy to a Nimbus policy. Since it is guaranteed
that a nimbus policy will be created before a mutateexisting policy, we can ensure that the mutateexisting
policy will always be triggered.
Description
Fixes #215
Does this PR introduce a breaking change?
No
Checklist
[*] PR title follows the <type>: <description> convention
Modifying the trigger for the mutateexisting policy to a Nimbus policy. Since it is guaranteed that a nimbus policy will be created before a mutateexisting policy, we can ensure that the mutateexisting policy will always be triggered.
Description
Fixes #215
Does this PR introduce a breaking change? No
Checklist
<type>: <description>
conventionAdditional information for reviewer
I have tested in my local setup (make run of the nimbus-kyverno adapter), and it works.
Mention if this PR is part of any design or a continuation of previous PRs