1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/cli/test-mutate/connection-draining/kyverno-test.yaml

23 lines
452 B
YAML
Raw Normal View History

apiVersion: cli.kyverno.io/v1alpha1
kind: Test
metadata:
name: kyverno-test.yaml
policies:
- policy.yaml
resources:
- resource.yaml
results:
- kind: Service
policy: disable-connection-draining
resources:
- nlb-aws-controller-no-attributes
result: skip
rule: clb
- kind: Service
patchedResources: patched.yaml
policy: disable-connection-draining
resources:
- nlb-aws-controller-no-attributes
result: pass
rule: nlb-no-attributes