mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
10 lines
283 B
Markdown
10 lines
283 B
Markdown
|
## Description
|
||
|
|
||
|
This test checks for handling of variable dependencies with the same name:
|
||
|
- the same name is used twice in the rule context
|
||
|
- the same name is also used in a foreach context
|
||
|
|
||
|
## Expected Behavior
|
||
|
|
||
|
The configmap should create fine and contain `one: one` in the data.
|