Skip to content

Commit

Permalink
feat: switch to using default image for worker
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Aug 8, 2024
1 parent 125ec75 commit d3bb044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logic/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ spec:
echo "Done with $in"
command: ./literal.sh
image: {{ print .Values.global.image.registry "/" .Values.global.image.repo "/lunchpail-worker-alpine:" .Chart.AppVersion }}
env:
WORK_TIME: {{ .Values.duration | default 5 | quote }}

0 comments on commit d3bb044

Please sign in to comment.