Merge pull request #25302 from npu21/cronjob_en

CronJob example should include imagePullPolicy: IfNotPresent
pull/23767/head
Kubernetes Prow Robot 2020-11-29 18:32:48 -08:00 committed by GitHub
commit 0b69ba78f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ spec:
containers:
- name: hello
image: busybox
imagePullPolicy: IfNotPresent
args:
- /bin/sh
- -c