Skip to content

Commit

Permalink
fix cron
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaylandry committed Jan 30, 2024
1 parent 6be5544 commit 261614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/service/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
serviceAccountName: {{ $serviceAccountName }}
containers:
- image: "{{ .image.repository | $image }}:{{ .image.tag | $tag }}"
- image: "{{ .image.repository | default $image }}:{{ .image.tag | default $tag }}"
imagePullPolicy: {{ $imagePullPolicy }}
name: {{ .name }}
env:
Expand Down

0 comments on commit 261614d

Please sign in to comment.