mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
16 lines
308 B
YAML
Executable file
16 lines
308 B
YAML
Executable file
apiVersion: chainsaw.kyverno.io/v1alpha1
|
|
kind: Configuration
|
|
metadata:
|
|
name: configuration
|
|
spec:
|
|
timeouts:
|
|
apply: 30s
|
|
assert: 90s
|
|
error: 90s
|
|
parallel: 1
|
|
fullName: true
|
|
failFast: true
|
|
excludeTestRegex: '_.+'
|
|
forceTerminationGracePeriod: 5s
|
|
delayBeforeCleanup: 3s
|
|
template: false
|