1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-23 16:20:40 +00:00
kyverno/test/conformance/chainsaw/cel-policy-exceptions/exclude-deployments/skipped-deployment.yaml

21 lines
317 B
YAML
Raw Normal View History

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