1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/kuttl/mutate/existing/preconditions/resources.yaml

34 lines
477 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: nginx-a
namespace: default
annotations:
policy.lan/value: foo
spec:
containers:
- name: nginx
image: nginx
---
apiVersion: v1
kind: Pod
metadata:
name: nginx-b
namespace: default
spec:
containers:
- name: nginx
image: nginx
---
apiVersion: v1
kind: Pod
metadata:
name: nginx-c
namespace: default
annotations:
policy.lan/value: bar
spec:
containers:
- name: nginx
image: nginx