2023-09-17 22:50:17 +02:00
|
|
|
apiVersion: cli.kyverno.io/v1alpha1
|
|
|
|
kind: Test
|
|
|
|
metadata:
|
|
|
|
name: kyverno-test.yaml
|
2023-09-12 22:19:14 +02:00
|
|
|
policies:
|
2023-09-12 23:47:03 +02:00
|
|
|
- policy.yaml
|
2023-09-12 22:19:14 +02:00
|
|
|
resources:
|
2023-09-12 23:47:03 +02:00
|
|
|
- resource.yaml
|
2023-09-12 22:19:14 +02:00
|
|
|
results:
|
2023-09-12 23:47:03 +02:00
|
|
|
- kind: Pod
|
2024-12-02 14:59:12 +02:00
|
|
|
patchedResources: patched.yaml
|
2023-09-12 23:47:03 +02:00
|
|
|
policy: karpenter-annotations-to-nodeselector
|
|
|
|
resources:
|
2024-12-02 14:59:12 +02:00
|
|
|
- soft-pod-antiaffinity-1
|
2023-09-12 23:47:03 +02:00
|
|
|
result: pass
|
|
|
|
rule: hard-nodeselector-lifecycle-on-demand
|
|
|
|
- kind: Pod
|
|
|
|
policy: karpenter-annotations-to-nodeselector
|
|
|
|
resources:
|
2024-12-02 14:59:12 +02:00
|
|
|
- soft-pod-antiaffinity-1-copy
|
2023-09-12 23:47:03 +02:00
|
|
|
result: pass
|
|
|
|
rule: hard-nodeselector-lifecycle-on-demand
|