1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/validating-policies/context/configmap/positive.yaml

23 lines
338 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: positive
labels:
app: nginx
env: prod
spec:
replicas: 1
selector:
matchLabels:
app: nginx
env: prod
template:
metadata:
labels:
app: nginx
env: prod
spec:
containers:
- name: nginx
image: nginx:latest