1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/mutate/cascading/two-foreach-rules
Charles-Edouard Brétéché 5585ed5e9d
chore: add cascading kuttl test (#6425)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-02-28 15:27:27 +00:00
..
01-policy.yaml chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00
02-configmap.yaml chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00
configmap-assert.yaml chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00
configmap.yaml chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00
policy-assert.yaml chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00
policy.yaml chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00
README.md chore: add cascading kuttl test (#6425) 2023-02-28 15:27:27 +00:00

Description

This test creates a policy with two mutation rules. The second rule depends on the mutation in the first rule. To succeed, the changes in the first mutation rule need to cascade correctly to get the second rule to execute correctly.

https://github.com/kyverno/kyverno/issues/6210