mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
12 lines
216 B
YAML
Executable file
12 lines
216 B
YAML
Executable file
apiVersion: chainsaw.kyverno.io/v1alpha1
|
|
kind: Configuration
|
|
metadata:
|
|
name: congiguration
|
|
spec:
|
|
timeouts:
|
|
assert: 90s
|
|
error: 90s
|
|
parallel: 1
|
|
fullName: true
|
|
failFast: true
|
|
excludeTestRegex: '_.+'
|