mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
|
||
---|---|---|
.. | ||
chainsaw-test.yaml | ||
policies.yaml | ||
README.md | ||
resources.yaml |
Description
This test create two policies:
- one that denies
Deployment/scale
in Audit mode - one that denies
StatefulSet/scale
in Enforce mode
It then create a statefulset and a deployment.
Finally it tries to create the statefulset and expects failure, the, scales the deployment and expects success.