1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/cli/test-cel-exceptions/check-deployment-labels/skipped-deployment.yaml

22 lines
338 B
YAML
Raw Normal View History

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