Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <iblancas@redhat.com>
  • Loading branch information
iblancasa committed Nov 6, 2024
1 parent 0f60670 commit 25f8768
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/e2e-automatic-rbac/receiver-k8sevents/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/test-chainsaw-v1alpha1.json
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
creationTimestamp: null
name: receiver-k8sevents
spec:
steps:
- name: create-namespace
try:
- apply:
file: 00-install.yaml
- name: default-config
try:
- apply:
file: 01-install.yaml
- assert:
file: 01-assert.yaml

0 comments on commit 25f8768

Please sign in to comment.