1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/chainsaw/validating-admission-policy-reports/events/deployment.yaml
Mariam Fahmy c6929475b6
chore: run vap reports test suite using chainsaw (#8965)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2023-11-22 23:17:41 +00:00

21 lines
No EOL
348 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: deployment-fail-01
labels:
app: nginx-1
spec:
replicas: 4
selector:
matchLabels:
app: nginx-1
template:
metadata:
labels:
app: nginx-1
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80