mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
erge branch 'master' of github.com:nirmata/kyverno into 221_resources_provide_exception
This commit is contained in:
commit
3b16149e29
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ kind: Policy
|
|||
metadata:
|
||||
name: policy-qos
|
||||
spec:
|
||||
validationFailureAction: "report"
|
||||
validationFailureAction: "audit"
|
||||
rules:
|
||||
- name: add-memory-limit
|
||||
resource:
|
||||
|
@ -38,4 +38,4 @@ spec:
|
|||
limits:
|
||||
# cpu and memory are required
|
||||
memory: "?*"
|
||||
cpu: "?*"
|
||||
cpu: "?*"
|
||||
|
|
Loading…
Add table
Reference in a new issue