1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/conformance/kuttl/generate/validation/policy/immutable-downstream
shuting ea306d6d7f
rename generateExistingOnPolicyUpdate to generateExisting (#6470)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
2023-03-03 12:05:53 +01:00
..
01-assert.yaml
01-policy.yaml rename generateExistingOnPolicyUpdate to generateExisting (#6470) 2023-03-03 12:05:53 +01:00
02-update.yaml
README.md
update-apiversion.yaml rename generateExistingOnPolicyUpdate to generateExisting (#6470) 2023-03-03 12:05:53 +01:00
update-kind.yaml rename generateExistingOnPolicyUpdate to generateExisting (#6470) 2023-03-03 12:05:53 +01:00
update-name.yaml rename generateExistingOnPolicyUpdate to generateExisting (#6470) 2023-03-03 12:05:53 +01:00
update-namespace.yaml rename generateExistingOnPolicyUpdate to generateExisting (#6470) 2023-03-03 12:05:53 +01:00

Description

This test ensures that modification of the downstream rseource defined in a generate Policy is disallowed.

Expected Behavior

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

Reference Issue(s)

6326