mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
2f88dd523b
* chore: bump chainsaw Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix config Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
15 lines
293 B
YAML
Executable file
15 lines
293 B
YAML
Executable file
apiVersion: chainsaw.kyverno.io/v1alpha1
|
|
kind: Configuration
|
|
metadata:
|
|
name: configuration
|
|
spec:
|
|
timeouts:
|
|
assert: 90s
|
|
error: 90s
|
|
parallel: 1
|
|
fullName: true
|
|
failFast: true
|
|
excludeTestRegex: '_.+'
|
|
forceTerminationGracePeriod: 5s
|
|
delayBeforeCleanup: 3s
|
|
template: false
|