1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/test/output/output_mutate_imagePullPolicy.yaml

25 lines
449 B
YAML
Raw Permalink Normal View History

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