Skip to content

Commit

Permalink
MAP-1636 cron job recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnawrockidj committed Oct 1, 2024
1 parent 2eb90e5 commit fe9a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/use-of-force/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: use-of-force
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: {{ with index .Values "generic-service" }}{{ .image.repository }}:{{ .image.tag }}{{ end }}
args:
- node
- job/sendReminders
Expand Down

0 comments on commit fe9a6a7

Please sign in to comment.