1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/globalcontext/gctxentry-not-exist/chainsaw-test.yaml

20 lines
374 B
YAML
Raw Normal View History

apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
creationTimestamp: null
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
- assert:
file: clusterpolicy-assert.yaml