CronJob example should include imagePullPolicy: IfNotPresent

This commit is contained in:
Zhang Yong 2020-11-30 10:19:00 +08:00
parent c5181466f1
commit f979037143
1 changed files with 1 additions and 0 deletions

View File

@ -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