1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

update comment

This commit is contained in:
Jim Bugwadia 2019-05-22 20:14:03 -07:00 committed by GitHub
parent 4eea73ab60
commit b208578586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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