1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/test/output/output_mutate_imagePullPolicy.yaml
2019-08-30 14:06:47 -07:00

25 lines
No EOL
449 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp:
labels:
app: nginxlatest
name: nginx-deployment
spec:
replicas: 1
selector:
matchLabels:
app: nginxlatest
strategy: {}
template:
metadata:
creationTimestamp:
labels:
app: nginxlatest
spec:
containers:
- image: nginx:latest
imagePullPolicy: IfNotPresent
name: nginx
resources: {}
status: {}