mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
29 lines
No EOL
388 B
YAML
29 lines
No EOL
388 B
YAML
# input
|
|
policy: basic-policy
|
|
resource: ns2
|
|
initResources:
|
|
# expected
|
|
mutation:
|
|
reason: Success
|
|
validation:
|
|
reason: Success
|
|
---
|
|
# input
|
|
policy: zk-kafka-address
|
|
resource: ns2
|
|
initResources:
|
|
# expected
|
|
mutation:
|
|
reason: Success
|
|
validation:
|
|
reason: Failed
|
|
---
|
|
# input
|
|
policy: default
|
|
resource: ns2
|
|
initResources:
|
|
# expected
|
|
mutation:
|
|
reason: Success
|
|
validation:
|
|
reason: Failed |