Skip to content

Commit

Permalink
Update etl-job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Nov 25, 2024
1 parent 835a5a3 commit 5129d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/etl/templates/etl-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: etl-cronjob
spec:
suspend: {{ .Values.suspendCronjob }}
schedule: {{ .Values.schedule }}
schedule: "{{ .Values.schedule }}"
jobTemplate:
spec:
backoffLimit: 0
Expand Down Expand Up @@ -212,4 +212,4 @@ spec:
echo "Exit code: $exitcode"
pkill -u root && exit $exitcode
exit "$exitcode" &
restartPolicy: Never
restartPolicy: Never

0 comments on commit 5129d77

Please sign in to comment.