mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
|
||
---|---|---|
.. | ||
chainsaw-test.yaml | ||
policy-assert.yaml | ||
policy.yaml | ||
README.md | ||
resource-assert.yaml | ||
resource.yaml |
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"