mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
remove old scenario files
This commit is contained in:
parent
b219088e26
commit
ee67ef4115
4 changed files with 0 additions and 92 deletions
|
@ -1,21 +0,0 @@
|
||||||
# input
|
|
||||||
policy: policy-deployment
|
|
||||||
resource: nginx-deployment
|
|
||||||
initResources:
|
|
||||||
# expected
|
|
||||||
mutation:
|
|
||||||
mPatchedResource: nginx-deployment
|
|
||||||
reason: Success
|
|
||||||
validation:
|
|
||||||
reason: Success
|
|
||||||
---
|
|
||||||
# input
|
|
||||||
policy: policy-deployment
|
|
||||||
resource: ghost
|
|
||||||
initResources:
|
|
||||||
# expected
|
|
||||||
mutation:
|
|
||||||
mPatchedResource: ghost
|
|
||||||
reason: Success
|
|
||||||
validation:
|
|
||||||
reason: Failed
|
|
|
@ -1,40 +0,0 @@
|
||||||
# input
|
|
||||||
policy: basic-policy
|
|
||||||
resource: ns2
|
|
||||||
initResources:
|
|
||||||
- default/config-template
|
|
||||||
# expected
|
|
||||||
generation:
|
|
||||||
resource:
|
|
||||||
- name: default-config
|
|
||||||
namespace: ns2
|
|
||||||
kind: ConfigMap
|
|
||||||
- name: mongo-creds
|
|
||||||
namespace: ns2
|
|
||||||
kind: Secret
|
|
||||||
---
|
|
||||||
# input
|
|
||||||
policy: zk-kafka-address
|
|
||||||
resource: ns2
|
|
||||||
initResources:
|
|
||||||
- default/game-config
|
|
||||||
# expected
|
|
||||||
generation:
|
|
||||||
resource:
|
|
||||||
- name: copied-cm
|
|
||||||
namespace: ns2
|
|
||||||
kind: ConfigMap
|
|
||||||
- name: zk-kafka-address
|
|
||||||
namespace: ns2
|
|
||||||
kind: ConfigMap
|
|
||||||
---
|
|
||||||
# input
|
|
||||||
policy: default
|
|
||||||
resource: ns2
|
|
||||||
initResources:
|
|
||||||
# expected
|
|
||||||
generation:
|
|
||||||
resource:
|
|
||||||
- name: deny-all-traffic
|
|
||||||
namespace: ns2
|
|
||||||
kind: NetworkPolicy
|
|
|
@ -1,10 +0,0 @@
|
||||||
# input
|
|
||||||
policy: set-image-pull-policy
|
|
||||||
resource: nginx-deployment
|
|
||||||
initResources:
|
|
||||||
# expected
|
|
||||||
mutation:
|
|
||||||
mPatchedResource: nginx-deployment
|
|
||||||
reason: Success
|
|
||||||
validation:
|
|
||||||
reason: Success
|
|
|
@ -1,21 +0,0 @@
|
||||||
# input
|
|
||||||
policy: policy-endpoints
|
|
||||||
resource: test-endpoint
|
|
||||||
initResources:
|
|
||||||
# expected
|
|
||||||
mutation:
|
|
||||||
mPatchedResource: test-endpoint
|
|
||||||
reason: Success
|
|
||||||
validation:
|
|
||||||
reason: Success
|
|
||||||
---
|
|
||||||
# input
|
|
||||||
policy: policy-endpoints
|
|
||||||
resource: test-endpoint
|
|
||||||
initResources:
|
|
||||||
# expected
|
|
||||||
mutation:
|
|
||||||
mPatchedResource: test-endpoint
|
|
||||||
reason: Success
|
|
||||||
validation:
|
|
||||||
reason: Success
|
|
Loading…
Add table
Reference in a new issue