mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
* chore: add tests that use spec.webhookConfiguration Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * fix chainsaw tests Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> --------- Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
309 B
309 B
Description
This test creates a policy to verify manifests signatures. The policy specifies that two signatures are expected to be valid.
Expected Behavior
Resource with no signature should be rejected. Resource with one signature should be rejected. Resource with two signatures should be accepted.