1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/cli/test-validating-admission-policy/with-bindings-4/deployment1.yaml

40 lines
628 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: busybox-deployment-1
labels:
app: busybox
spec:
replicas: 4
selector:
matchLabels:
app: busybox
template:
metadata:
labels:
app: busybox
spec:
containers:
- name: busybox
image: busybox:latest
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: busybox-deployment-2
labels:
app: busybox
spec:
replicas: 2
selector:
matchLabels:
app: busybox
template:
metadata:
labels:
app: busybox
spec:
containers:
- name: busybox
image: busybox:latest