Skip to content

Commit 25f8768

Browse files
author
Israel Blancas
committed
Add missing file
Signed-off-by: Israel Blancas <[email protected]>
1 parent 0f60670 commit 25f8768

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/test-chainsaw-v1alpha1.json
2+
apiVersion: chainsaw.kyverno.io/v1alpha1
3+
kind: Test
4+
metadata:
5+
creationTimestamp: null
6+
name: receiver-k8sevents
7+
spec:
8+
steps:
9+
- name: create-namespace
10+
try:
11+
- apply:
12+
file: 00-install.yaml
13+
- name: default-config
14+
try:
15+
- apply:
16+
file: 01-install.yaml
17+
- assert:
18+
file: 01-assert.yaml

0 commit comments

Comments
 (0)