Merge pull request #25302 from npu21/cronjob_en
CronJob example should include imagePullPolicy: IfNotPresent
This commit is contained in:
@@ -11,6 +11,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: hello
|
- name: hello
|
||||||
image: busybox
|
image: busybox
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
Reference in New Issue
Block a user