1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00
kyverno/test/output/output_mutate_imagePullPolicy.yaml

25 lines
449 B
YAML
Raw Normal View History

2019-08-30 00:22:37 -07:00
apiVersion: apps/v1
kind: Deployment
metadata:
2019-08-30 14:06:47 -07:00
creationTimestamp:
2019-08-30 00:22:37 -07:00
labels:
app: nginxlatest
2019-08-30 14:06:47 -07:00
name: nginx-deployment
2019-08-30 00:22:37 -07:00
spec:
replicas: 1
selector:
matchLabels:
app: nginxlatest
2019-08-30 14:06:47 -07:00
strategy: {}
2019-08-30 00:22:37 -07:00
template:
metadata:
2019-08-30 14:06:47 -07:00
creationTimestamp:
2019-08-30 00:22:37 -07:00
labels:
app: nginxlatest
spec:
containers:
2019-08-30 14:06:47 -07:00
- image: nginx:latest
2019-08-30 00:22:37 -07:00
imagePullPolicy: IfNotPresent
2019-08-30 14:06:47 -07:00
name: nginx
resources: {}
status: {}