Skip to content

Commit

Permalink
test(e2e): migrate chainsaw config to latest version (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Aug 12, 2024
1 parent 9611075 commit 9d43831
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions test/e2e-config/.chainsaw.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/configuration-chainsaw-v1alpha1.json
apiVersion: chainsaw.kyverno.io/v1alpha1
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/configuration-chainsaw-v1alpha2.json
apiVersion: chainsaw.kyverno.io/v1alpha2
kind: Configuration
metadata:
name: default
spec:
reportFormat: XML
cleanup:
# Might be set to true to debug test resources
skipDelete: false
report:
format: XML
name: chainsaw-report
timeouts:
apply: 4m0s
assert: 4m0s
Expand Down

0 comments on commit 9d43831

Please sign in to comment.