We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f60670 commit 25f8768Copy full SHA for 25f8768
tests/e2e-automatic-rbac/receiver-k8sevents/chainsaw-test.yaml
@@ -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
15
16
+ file: 01-install.yaml
17
+ - assert:
18
+ file: 01-assert.yaml
0 commit comments