1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/conformance/chainsaw/deferred/two-rules
gcp-cherry-pick-bot[bot] 1e46816e00
chore: bump chainsaw (#11161) (#11177)
* chore: bump chainsaw



* more template use



* v0.2.10



* go mod



---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-09-17 10:09:15 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#11161) (#11177) 2024-09-17 10:09:15 +00:00
policy-assert.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +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"