Skip to content

Commit 58c3db1

Browse files
committed
CronJob example should include imagePullPolicy: IfNotPresent
1 parent c518146 commit 58c3db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/zh/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
containers:
1212
- name: hello
1313
image: busybox
14+
imagePullPolicy: IfNotPresent
1415
args:
1516
- /bin/sh
1617
- -c

0 commit comments

Comments
 (0)