Skip to content

Commit

Permalink
tune imagePullPolicy for worker container
Browse files Browse the repository at this point in the history
  • Loading branch information
anda-ren committed Sep 20, 2022
1 parent a95b09c commit 8f9686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controller/src/test/resources/template/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- name: 'worker'
image: 'docker.io/library/busybox'
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- ppl
volumeMounts:
Expand Down

0 comments on commit 8f9686c

Please sign in to comment.