Merge pull request #25302 from npu21/cronjob_en

CronJob example should include imagePullPolicy: IfNotPresent
This commit is contained in:
Kubernetes Prow Robot
2020-11-29 18:32:48 -08:00
committed by GitHub
@@ -11,6 +11,7 @@ spec:
containers:
- name: hello
image: busybox
imagePullPolicy: IfNotPresent
args:
- /bin/sh
- -c