Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Nov 7, 2024
1 parent b37f77a commit 709b809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/travigo-data-importer/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "travigo-data-importer.labels" $ | nindent 4 }}
spec:
schedule: {{ .schedule }}
schedule: "{{ .schedule }}"
jobTemplate:
metadata:
{{- with $.Values.podAnnotations }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/travigo-stats/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "travigo-stats.labels" $ | nindent 4 }}
spec:
schedule: {{ .schedule }}
schedule: "{{ .schedule }}"
jobTemplate:
metadata:
{{- with $.Values.podAnnotations }}
Expand Down

0 comments on commit 709b809

Please sign in to comment.