mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: extend chainsaw cleanup timeout (#9008)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
6d8b5e0f75
commit
ccf020abab
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts:
|
timeouts:
|
||||||
assert: 90s
|
assert: 90s
|
||||||
|
cleanup: 150s
|
||||||
error: 90s
|
error: 90s
|
||||||
exec: 90s
|
exec: 90s
|
||||||
parallel: 1
|
parallel: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue