1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/conformance/chainsaw/generate/validation/clusterpolicy/warn-downstream-change
Charles-Edouard Brétéché 4abdbff74a
chore: use more chainsaw step templates (#11324)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-07 11:44:33 +00:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11324) 2024-10-07 11:44:33 +00:00
policy.yaml chore: use more chainsaw step templates (#11324) 2024-10-07 11:44:33 +00:00
README.md feat: allow generate pattern changes (#11202) 2024-09-24 14:11:14 +00:00
update-apiversion.yaml feat: allow generate pattern changes (#11202) 2024-09-24 14:11:14 +00:00
update-kind.yaml feat: allow generate pattern changes (#11202) 2024-09-24 14:11:14 +00:00
update-name.yaml feat: allow generate pattern changes (#11202) 2024-09-24 14:11:14 +00:00
update-namespace.yaml feat: allow generate pattern changes (#11202) 2024-09-24 14:11:14 +00:00

Description

This test ensures that modification of the downstream resource defined in a generate ClusterPolicy is disallowed.

Expected Behavior

The test fails if the modification is allowed, otherwise passes.

Reference Issue(s)

6326