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/not-ready/chainsaw-test.yaml

31 lines
662 B
YAML
Raw Normal View History

apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
creationTimestamp: null
name: not-ready
spec:
steps:
- name: setup
try:
- apply:
file: namespace.yaml
- apply:
file: main-deployment.yaml
- apply:
file: gctxentry.yaml
- assert:
file: gctxentry-exists.yaml
- apply:
file: clusterpolicy.yaml
- delete:
ref:
apiVersion: kyverno.io/v2alpha1
kind: GlobalContextEntry
name: deployments
- assert:
file: clusterpolicy-failed.yaml
- apply:
file: new-deployment.yaml
- assert:
file: new-deployment-exists.yaml