mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
add missing - for list
This commit is contained in:
parent
fd71612794
commit
bf477d3c4d
1 changed files with 5 additions and 5 deletions
|
@ -140,11 +140,11 @@ spec :
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
^(containers):
|
^(containers):
|
||||||
resources:
|
- resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "$(<=./../../limits/memory)"
|
memory: "$(<=./../../limits/memory)"
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: "2048Mi"
|
||||||
````
|
````
|
||||||
|
|
||||||
### Logical OR across validation patterns
|
### Logical OR across validation patterns
|
||||||
|
|
Loading…
Reference in a new issue