apiVersion: chainsaw.kyverno.io/v1alpha1 kind: Test metadata: name: gctxentry-not-exist spec: steps: - name: setup try: - apply: file: namespace.yaml - apply: file: main-deployment.yaml - name: negative try: - apply: file: clusterpolicy.yaml - sleep: duration: 3s - assert: file: clusterpolicy-assert.yaml