mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 08:26:53 +00:00
* refactor policy validation Signed-off-by: ShutingZhao <shuting@nirmata.com> * add loop check for generate Signed-off-by: ShutingZhao <shuting@nirmata.com> * add kuttl tests Signed-off-by: ShutingZhao <shuting@nirmata.com> * linter fixes Signed-off-by: ShutingZhao <shuting@nirmata.com> * linter fixes Signed-off-by: ShutingZhao <shuting@nirmata.com> --------- Signed-off-by: ShutingZhao <shuting@nirmata.com> |
||
---|---|---|
.. | ||
01-assert.yaml | ||
01-policy.yaml | ||
02-update.yaml | ||
README.md | ||
update-apiversion.yaml | ||
update-kind.yaml | ||
update-name.yaml | ||
update-namespace.yaml |
Description
This test ensures that modification of the downstream resource defined in a generate Policy is disallowed.
Expected Behavior
The test fails if the modification is allowed, otherwise passes.
Reference Issue(s)
6326