1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-25 17:13:48 +00:00
kyverno/test/conformance/chainsaw/validating-policies/autogen/autogen-deployments-cronjobs/good-deployment.yaml
Mariam Fahmy bbe2b838af
chore: add resource manifests in autogen tests (#12205)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2025-02-19 13:59:07 +00:00

24 lines
438 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: good-deployment-1
labels:
prod: "true"
app: good-nginx
spec:
replicas: 1
selector:
matchLabels:
prod: "true"
app: good-nginx
template:
metadata:
labels:
prod: "true"
app: good-nginx
spec:
containers:
- name: nginx
image: nginx:latest
securityContext:
allowPrivilegeEscalation: false