chore(helm): Kyverno permissive mode
Ref: https://github.com/kyverno/kyverno/issues/6123 Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
ebbc452326
commit
d2c505738f
1 changed files with 4 additions and 2 deletions
|
|
@ -7,10 +7,12 @@ metadata:
|
|||
"helm.sh/hook": post-install, post-upgrade
|
||||
"helm.sh/hook-weight": "4" # Higher precidence, so the first the config map will get created.
|
||||
spec:
|
||||
validationFailureAction: enforce
|
||||
# validationFailureAction: enforce
|
||||
validationFailureAction: audit
|
||||
background: false
|
||||
webhookTimeoutSeconds: 30
|
||||
failurePolicy: Fail
|
||||
# failurePolicy: Fail
|
||||
failurePolicy: Ignore
|
||||
rules:
|
||||
- name: openreplay-image-signature
|
||||
match:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue