1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/chainsaw/deferred/two-rules
Charles-Edouard Brétéché 6870d8fdf8
chore: use more chainsaw step templates (#11300)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-03 08:36:30 +00:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11300) 2024-10-03 08:36:30 +00:00
policy.yaml fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
README.md chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
resource-assert.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
resource.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00

Description

This test checks that variables don't leak from one rule to the next. The second rule tries to use a variable from the first rule, it should not find it.

Expected Behavior

The configmap creates fine with the data:

data:
    one: test
    two: "null"