1
0
Fork 0
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:
shivkumar dudhani 2020-02-07 12:20:15 -08:00
parent fd71612794
commit bf477d3c4d

View file

@ -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