2023-10-27 18:33:58 +02:00
|
|
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
|
|
|
kind: Configuration
|
|
|
|
metadata:
|
|
|
|
name: congiguration
|
|
|
|
spec:
|
2023-11-19 03:30:42 +02:00
|
|
|
timeouts:
|
|
|
|
assert: 90s
|
|
|
|
error: 90s
|
2023-10-27 18:33:58 +02:00
|
|
|
parallel: 1
|
|
|
|
fullName: true
|
|
|
|
failFast: true
|
|
|
|
excludeTestRegex: '_.+'
|