1
0
Fork 0
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:
shivkumar dudhani 2019-06-24 10:15:04 -07:00
parent b219088e26
commit ee67ef4115
4 changed files with 0 additions and 92 deletions

View file

@ -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

View file

@ -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

View file

@ -1,10 +0,0 @@
# input
policy: set-image-pull-policy
resource: nginx-deployment
initResources:
# expected
mutation:
mPatchedResource: nginx-deployment
reason: Success
validation:
reason: Success

View file

@ -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