mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
Merge pull request #316 from nirmata/documentation-corrections
correct yaml key
This commit is contained in:
commit
6d948e6e15
1 changed files with 3 additions and 3 deletions
|
@ -96,9 +96,9 @@ spec :
|
|||
- ^(name): "*"
|
||||
resources:
|
||||
requests:
|
||||
memory: "$(<=./../../lim(its/mem)ory)"
|
||||
lim(its:
|
||||
mem)ory: "2048Mi"
|
||||
memory: "$(<=./../../limits/memory)"
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
````
|
||||
|
||||
### Allow OR across overlay pattern
|
||||
|
|
Loading…
Add table
Reference in a new issue