Skip to content

Commit

Permalink
Merge pull request #17 from SatelliteApplicationsCatapult/ard-cronjobs
Browse files Browse the repository at this point in the history
values
  • Loading branch information
emilyselwood authored May 19, 2022
2 parents 21f70ce + 7c5149e commit f749e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/ard-cronjob/templates/worker-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
{{- end }}
jobTemplate:
spec:
parallelism: {{ .Value.worker.parallelism }}
completions: {{ .Value.worker.parallelism }}
parallelism: {{ .Values.worker.parallelism }}
completions: {{ .Values.worker.parallelism }}
template:
spec:
restartPolicy: OnFailure
Expand Down

0 comments on commit f749e7e

Please sign in to comment.