Merge pull request #25302 from npu21/cronjob_en
CronJob example should include imagePullPolicy: IfNotPresentpull/23767/head
commit
0b69ba78f0
|
@ -11,6 +11,7 @@ spec:
|
|||
containers:
|
||||
- name: hello
|
||||
image: busybox
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
|
Loading…
Reference in New Issue