mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
|
||
---|---|---|
.. | ||
chainsaw-test.yaml | ||
deployment.yaml | ||
exception.yaml | ||
namespace.yaml | ||
policy-assert.yaml | ||
policy.yaml | ||
README.md |
Description
This test creates a policy, a policy exception and tries to create a deployment violating the policy. The deployment is then deleted.
Expected Behavior
Both creation and deletion should be accepted, the exception applies to all operations.
Reference Issue(s)
7423