CronJob example should include imagePullPolicy: IfNotPresent
This commit is contained in:
parent
c5181466f1
commit
f979037143
|
|
@ -11,6 +11,7 @@ spec:
|
|||
containers:
|
||||
- name: hello
|
||||
image: busybox
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
|
|
|||
Loading…
Reference in New Issue