mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 19:28:55 +00:00
update comment
This commit is contained in:
parent
4eea73ab60
commit
b208578586
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ spec:
|
|||
- name: "*"
|
||||
resources:
|
||||
limits:
|
||||
# '?' requires at least 1 character and '*' means that there can be 0 or several characters after a single character marked by ?
|
||||
# '?' requires 1 alphanumeric character and '*' means that there can be 0 or more characters.
|
||||
# Using them togther e.g. '?*' requires at least one character.
|
||||
memory: "?*"
|
||||
cpu: "?*"
|
||||
requests:
|
||||
|
|
Loading…
Add table
Reference in a new issue