mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
22 lines
505 B
YAML
22 lines
505 B
YAML
apiVersion: cli.kyverno.io/v1alpha1
|
|
kind: Test
|
|
metadata:
|
|
name: kyverno-test.yaml
|
|
policies:
|
|
- policy.yaml
|
|
resources:
|
|
- resource.yaml
|
|
results:
|
|
- kind: Pod
|
|
patchedResources: patched.yaml
|
|
policy: karpenter-annotations-to-nodeselector
|
|
resources:
|
|
- soft-pod-antiaffinity-1
|
|
result: pass
|
|
rule: hard-nodeselector-lifecycle-on-demand
|
|
- kind: Pod
|
|
policy: karpenter-annotations-to-nodeselector
|
|
resources:
|
|
- soft-pod-antiaffinity-1-copy
|
|
result: pass
|
|
rule: hard-nodeselector-lifecycle-on-demand
|