1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/chainsaw/globalcontext/gctxentry-not-exist/chainsaw-test.yaml
2024-03-14 16:12:39 +00:00

19 lines
374 B
YAML
Executable file

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